From: <ma...@mj...> - 2001-04-22 19:53:49
|
Try this article http://www.webtechniques.com/archives/2000/05/wilcox/ Mark On 21 Apr 01, at 23:08, John Walsh wrote: > 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... > > > > > Mark Wilcox ma...@mj... Got LDAP? |