Kenneth Holter
2010-Jan-05 12:19 UTC
[389-users] Making changes to the DN attribute of an LDAP object
Hi. Is it possible to change the value of an LDAP object''s DN attribute? I''d like to be able to change from uppercase to lowercase, but I''m not sure if it''s supposed to work being the DN attribute and all.. My inital attempts have failed, so just thought I''d ask you guys if it''s supposed to work in the first place. Regards, Kenneth Holter
Andrey Ivanov
2010-Jan-05 12:59 UTC
Re: [389-users] Making changes to the DN attribute of an LDAP object
It''s not an actual attribute, it''s a "path" to the LDAP entry. So in order to change it you just need to rename the LDAP entry. Can you give an example of the DN that you want to "change" ? 2010/1/5 Kenneth Holter <kenneho.ndu@gmail.com>:> Hi. > > > Is it possible to change the value of an LDAP object''s DN attribute? I''d > like to be able to change from uppercase to lowercase, but I''m not sure if > it''s supposed to work being the DN attribute and all.. My inital attempts > have failed, so just thought I''d ask you guys if it''s supposed to work in > the first place. > > > Regards, > Kenneth Holter > -- > 389 users mailing list > 389-users@redhat.com > https://www.redhat.com/mailman/listinfo/fedora-directory-users > >
Kenneth Holter
2010-Jan-05 16:32 UTC
Re: [389-users] Making changes to the DN attribute of an LDAP object
Thanks for your reply. It''s actually as simple as changing DN "uid=someuser,ou=users,dc=example,dc=org" to "uid=SOMEUSER,ou=users,dc=example,dc=org" kind of thing. But I think I got it wrong in the first place, because what I was trying to do was to make the username uppercase, and by converting the value of "uid" attribute to uppcase I get just that. Thanks anyway. - Kenneth On Tue, Jan 5, 2010 at 1:59 PM, Andrey Ivanov < andrey.ivanov@polytechnique.fr> wrote:> It''s not an actual attribute, it''s a "path" to the LDAP entry. So in > order to change it you just need to rename the LDAP entry. Can you > give an example of the DN that you want to "change" ? > > 2010/1/5 Kenneth Holter <kenneho.ndu@gmail.com>: > > Hi. > > > > > > Is it possible to change the value of an LDAP object''s DN attribute? I''d > > like to be able to change from uppercase to lowercase, but I''m not sure > if > > it''s supposed to work being the DN attribute and all.. My inital attempts > > have failed, so just thought I''d ask you guys if it''s supposed to work in > > the first place. > > > > > > Regards, > > Kenneth Holter > > -- > > 389 users mailing list > > 389-users@redhat.com > > https://www.redhat.com/mailman/listinfo/fedora-directory-users > > > > > > -- > 389 users mailing list > 389-users@redhat.com > https://www.redhat.com/mailman/listinfo/fedora-directory-users >