HP CIFS Server 2.2i Administrator's Guide version A.01.11.01
LDAP Integration Support
LDAP management Tools
Chapter 6144
The smbldap-groupshow.pl Tool
You can use this tool to view a group entry with the posixGroup
information in the Netscape Directory Server.
Syntax
smbldap-groupshow.pl [
option
]
groupname
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
groupname
Specify the name of the group. The group service data in the directory
will be shown.
An Example
The following commands show the group name “group2” in the Netscape
Directory Server:
cd /opt/samba/LDAP/smbldap-tools
./smbldap-groupshow.pl group2
The smbldap-useradd.pl Tool
You can use the smblcap-useradd.pl tool to add a new user to the
Netscape Directory Server. The posixAccount and/or sambaAccount
information can be added to the directory depending on the tool option
that you specify.
NOTE If you specify the tool option, -a or -W, the sambaAccount information
can be added to the LDAP directory in addition to posixAccount
information. Without specifying the tool option, -a or -W, only
posixAccount information can be added.