HP CIFS Server 2.2i Administrator's Guide version A.01.11.01
LDAP Integration Support
LDAP management Tools
Chapter 6 143
groupname
Specify the name of the group. The group data information will be added
to the LDAP directory.
An Example
The following commands add the new group name “group1” with the
group id “200” to the Netscape Directory Server:
cd /opt/samba/LDAP/smbldap-tools
./smbldap-groupadd.pl -g 200 group1
The smbldap-groupdel.pl Tool
You can use this tool to delete a group entry from the Netscape Directory
Server. This tool will delete the posixGroup information.
Syntax
smbldap-groupdel.pl [
option
]
groupname
where
option
can be 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 data entry will be deleted from
the LDAP directory.
An Example
The following commands delete the group name “group1” from the
Netscape Directory Server:
cd /opt/samba/LDAP/smbldap-tools
./smbldap-groupdel.pl group1