From: John W. <wal...@ea...> - 2001-04-22 03:08:31
|
Hi, I am very new to the Net::LDAP software, and LDAP servers in general. However, I know how to write Perl programs that can interface with web servers, so I have been tasked to put together a web-based interface to a Netscape LDAP server. In attempting to Add a person to a group, I am getting a message "Already exists" (Error code 68). This happens even after I create a new group, and try to add the first member. I am using a DN: cn=group_name,ou=ou_value1,ou=ou_value2,o=value and am doing a $mesg = $ldap->add ($dn, attr => ['uniquemember' => $dn_of_person_to_add ] I have not seen anything in the documentation that might point to the problem. Any pointers to on-line documentation, or things to try, would be appreaciated. Thanks in advance, - John Walsh wal...@ea... |