Aaron Bliss wrote: >I'm looking for a way for fds to do 1 of a couple of things; >1. auto increment uid's and gid's (I saw this on the wish list, but wasn't >sure if this has been implemented yet) > > No, not yet. Would be pretty easy if you didn't care what the uid and gid were and you were using single master replication. >2. If number 1 isn't yet possible, is there an easy way to display a list >of used uid and gid's? I will need to maintain this list myself, as I >don't want any duplication here; It would most ideal if it were possible >to view this info from the users and groups tab view from the console; if >this isn't possible, perhaps someone can tell me what syntax to use from >the command line to generate this list? Thanks very much. Aaron > > ldapsearch -b dc=your,dc=suffix "objectclass=posixAccount" uidNumber | grep -v \^dn | grep -v \^\$ | sed -e 's/uidNumber: //g' | sort -n | tail >-- >Fedora-directory-users mailing list >Fedora-directory-users at redhat.com >https://www.redhat.com/mailman/listinfo/fedora-directory-users > > -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 3178 bytes Desc: S/MIME Cryptographic Signature Url : http://lists.fedoraproject.org/pipermail/389-users/attachments/20051221/54bc37c6/attachment.bin