[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [K12OSN] Changing Sambalogonhour
- From: cliebow midmaine com
- To: mes4294 lausd k12 ca us, "Support list for opensource software in schools." <k12osn redhat com>
- Cc:
- Subject: Re: [K12OSN] Changing Sambalogonhour
- Date: Thu, 15 Dec 2005 16:30:18 -0500 (EST)
you can change any field woth an ldif similar to this one
here i change the sn: field and add the givenName field
dn:
cn=zachary.smart,ou=2017,ou=Students,ou=People,dc=ehs,dc=ellsworthschools,dc=org
changetype: modify
delete: sn
sn: zachary.smart
-
add: sn
sn: smart
dn:
cn=zachary.smart,ou=2017,ou=Students,ou=People,dc=ehs,dc=ellsworthschools,dc=org
changetype: modify
add: givenName
givenName: zachary
add it with something like this
ldapmodify -x -v -h localhost -D "$dn" -w "$pw" -f /tmp/addgivenname.ldif
> How can I change a users Sambalogonhour field using command line?
>
> --MARK
>
> _______________________________________________
> K12OSN mailing list
> K12OSN redhat com
> https://www.redhat.com/mailman/listinfo/k12osn
> For more info see <http://www.k12os.org>
>
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]