Displaying 1 result from an estimated 1 matches for "idhash_map".
Did you mean:
hash_map
2010 May 02
0
Forests, Domain Trusts, idmap (an idea for S4)
...nly in bits 20-30). We then mask any uid/gid information
returned by the trusted domain and or it with our local version of the
trusted domain's SID hash, giving us a stable UID/GID which is
guaranteed unique.
On replicating/adding a new user, we check the uid/gid, if empty, we set
it based on idhash_map's idea of what it should be, of course +1 until
we have a free hash, staying in bits 0-19 only for the +1. This likely
will require some hooks or other things in replication code. Or, for
those who hate the hash way, simply find highest value and add 1 until
we find a free hash.
Now, I said gi...