[Date Prev][Date Next] [Chronological] [Thread] [Top]

DN problem... (ITS#917)



Full_Name: Brian Masney
Version: 2.0.1
OS: Digital UNIX 4.0D
URL: 
Submission from: (NULL) (216.12.23.236)


Let's say you have the following ldap entry:

dn: mailAccessKey=blah.com, ou=Mail Router Config, dc=company, dc=net
mailAccessKey=blah.com

The ldap server will allow you to change mailAccessKey to blah1.com, but keep
the 
dn at mailAccessKey=blah.com

So, you'd have:

dn: mailAccessKey=blah.com, ou=Mail ROuter Config, dc=company, dc=net
mailAccessKey=blah1.com

Even if you rename the entry back, you cannot remove this entry. I tested all
of
this with gq.

Brian