[K12OSN] Changing Sambalogonhour

cliebow at midmaine.com cliebow at midmaine.com
Thu Dec 15 21:30:18 UTC 2005


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 at redhat.com
> https://www.redhat.com/mailman/listinfo/k12osn
> For more info see <http://www.k12os.org>
>





More information about the K12OSN mailing list