Today's Page Hits: 746
This page validates as XHTML 1.0, and will look much better in a browser that supports web standards, but it is accessible to any browser or Internet device. It was created using techniques detailed at glish.com/css/.
problem with incorrect documentation on LDAP Naming Service
In the process, we try to setup Native LDAP as Name Service (Solaris 9). After we run the idsconfig to setup the server by following the document on the http://docs.sun.com, it all seems fine.
When we try to use ldapclient to configure the client, our problem started all the example on the client setup are incorrect, we finally need to follow the man page on ldapclient (if we ASSUME that it is correct) and it work?!
May be there is a correct already done by some patches, but we get this document from the current solaris 9 04/04 online document
ldapclient -p new -d west,example.com 192.168.0.0
sould be
ldapclient init -a profileName=new 192.168.0.1
should be
ldapclient init -a profleName=default -a proxyDN=cn=proxyagent,ou=profile,dc=west,dc=example,dc=com -a proxyPassword=test1234 192.168.0.1
should be
ldapclient manual -a proxyDn=cn=proxyagent,ou=profile,dc=west,dc=example,dc=com -a proxyPassword=testest 192.168.0.1
should be
ldapclient modify -a authenticationMethod=simple
Posted at 09:33AM Jun 10, 2004 by hstsao in LDAP | Comments[1]
Posted by Janos Cserep on June 10, 2004 at 01:59 PM EDT #