auto increment/track uid and gid's

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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 


[Index of Archives]     [Fedora User Discussion]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [Fedora News]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora QA]     [Fedora Triage]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Yosemite Photos]     [Linux Apps]     [Maemo Users]     [Gnome Users]     [KDE Users]     [Fedora Tools]     [Fedora Art]     [Fedora Docs]     [Maemo Users]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Fedora ARM]

  Powered by Linux