HP CIFS Server 2.2i Administrator's Guide version A.01.11.01
LDAP Integration Support
LDAP management Tools
Chapter 6 149
where
option
can be any of the following:
-w specifies the LDAP directory manager password
-S use the /etc/opt/samba/smb.conf file to get LDAP
parameters
-Z use the secure SSL connection to the LDAP directory
server
-? shows help messages
username
Specify name of the user entry.
An Example
The following commands shows the user entry data of the user “johnl”
in the Netscape Directory Server:
cd /opt/samba/LDAP/smbldap-tools
./smbldap-usershow.pl johnl
The smbldap-passwd.pl Tool
You can use the smbldap-passwd.pl tool to add or modify both samba
password and posix password of the user to the Netscape Directory
Server.
Syntax
smbldap-passwd.pl [
option
]
username
where
option
can be any of the following:
-S use the /etc/opt/samba/smb.conf file to get LDAP
parameters
-Z use the secure SSL connection to the LDAP directory
server
-? shows help messages
username
Specify the name of the user entry. The password of the user will be
added or modified in the LDAP directory.
An Example