Displaying 2 results from an estimated 2 matches for "sid_to_unixid".
2015 Nov 07
1
idmap & migration to rfc2307
...the DC -- this is
> >how it works by design.
> >
>
> On the DC the users & groups get xidNumbers from idmap.ldb, but if they are
> given uidNumbers and gidNumbers, these will be used instead. As far as I am
> aware, it has always worked like this.
Possibly. The current sid_to_unixid code works like this:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
if config has "idmap_ldb:use rfc2307 = true":
if sam.ldb contains rfc uid/gid in AD object:
use it
# fall through
if idmap.ldb contains mapping
use it
else:
create new mapping in idmap.ldb
use it
~~~~~~...
2015 Nov 07
5
idmap & migration to rfc2307
On 2015-11-07 at 12:37 +0000, Rowland Penny wrote:
> On 07/11/15 11:31, Jonathan Hunter wrote:
> >On 7 November 2015 at 10:11, Rowland Penny <rowlandpenny241155 at gmail.com> wrote:
> >>Is it possible that sssd is failing?
> >>What do you have in /etc/nsswitch?
> ># cat /etc/nsswitch.conf | egrep "(passwd|group)"
> >passwd: files sss
>