Class | Description |
---|---|
NisSrcService |
This class is a NIS source service implementation
You only have to specify the following parameters :
<ul>
<li>the server name (servername)
<li>the domain name (domain)
<li>the map name (map, map.bymethod)
<ul>
NIS requests are exclusively done on .byname ordering method
With the passwd map, the following attributes are exposed :
<pre>
uid - test
=> gidnumber - 1000
=> nismapentry - test:x:1000:1000:Test account,,,:/home/test:/bin/bash
=> userpassword - A BYTE ARRAY ENCODED STRING
=> cn - test
=> nismapname - passwd.byname
=> loginshell - /bin/bash
=> gecos - Test account,,,
=> homedirectory - /home/test
=> objectclass - nisObject
- posixAccount
- top
=> uidnumber - 1000
</pre>
|
Copyright © 2010-2014. All Rights Reserved.