Those are two separate LDAP entries
('uid=test1,ou=Users,dc=usf,dc=edu' and 'cn=test1
user,uid=test1,ou=Users,dc=usf,dc=edu')

Delete the 'cn=test1 user,uid=test1,ou=Users,dc=usf,dc=edu' entry and modify
the other entry - here's an LDIF that *should* work with `ldapmodify`

dn: uid=test1,ou=Users,dc=usf,dc=edu
changetype: modify
add: objectclass
objectclass: inetOrgPerson
add: mail
mail: te...@ldapdemo.idea.com
add: sn
sn: user


-Eric



On Wed, Jun 2, 2010 at 3:27 PM, McKennon, Robert
<robert.mcken...@idea.com>wrote:

>
>
>
> Here is the LDAP entry for the “test1” user:
>
> # Entry 8: uid=test1,ou=Users,dc=usf,dc=edu
>
> dn: uid=test1,ou=Users,dc=usf,dc=edu
>
> cn: test1
>
> gidnumber: 1006
>
> homedirectory: /home/test1
>
> l: Jacksonville
>
> loginshell: /bin/sh
>
> objectclass: account
>
> objectclass: posixAccount
>
> objectclass: top
>
> objectclass: shadowAccount
>
> shadowlastchange: 14732
>
> shadowmax: 99999
>
> shadowwarning: 7
>
> uid: test1
>
> uidnumber: 1006
>
> userpassword:
> {crypt}$6$r0Aqh888$h6kFm431Hw8adxxTiDFtAhVQmKnmFSPhj0lzvqgSz6r
>
>  5byomd.SC3ebMQ3uQDeIZmVPDrs1GwqPeN1XEajuWx1
>
>
>
> # Entry 9: cn=test1 user,uid=test1,ou=Users,dc=usf,dc=edu
>
> dn: cn=test1 user,uid=test1,ou=Users,dc=usf,dc=edu
>
> cn: test1 user
>
> mail: te...@ldapdemo.idea.com
>
> objectclass: inetOrgPerson
>
> objectclass: top
>
> sn: user
>
>
>
>


-- 
Eric Pierce
Identity Management Architect
Information Technology
University of South Florida
(813) 974-8868 -- epie...@usf.edu

-- 
You are currently subscribed to cas-user@lists.jasig.org as: 
arch...@mail-archive.com
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/cas-user

Reply via email to