Re: Fwd: map group uniqueMember sAMAccountName
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
Re: Fwd: map group uniqueMember sAMAccountName
- From: Arthur de Jong <arthur [at] arthurdejong.org>
- To: nss-pam-ldapd-users [at] lists.arthurdejong.org
- Subject: Re: Fwd: map group uniqueMember sAMAccountName
- Date: Fri, 10 Feb 2017 11:31:14 +0100
On Fri, 2017-02-10 at 11:22 +0100, Patrik wrote:
> hold on, why is it fixed in the code 10000?
> the next:
> christine , uid: 10001, same group id, same uid, and group and user
> name christine/christine.
>
> the filter is weird!
> filter
> group (&(objectClass=user)(!(objectClass=computer))(uidNumber=*)(uni
> xHomeDirectory=*))(uidNumber=10000))")
Sorry filter should be the following for all three:
(&(objectClass=user)(!(objectClass=computer))(uidNumber=*)(unixHomeDirectory=*))
I think I copy-pasted the filter from the debug output.
--
-- arthur - arthur@arthurdejong.org - https://arthurdejong.org/ --
--
To unsubscribe send an email to
nss-pam-ldapd-users-unsubscribe@lists.arthurdejong.org or see
https://lists.arthurdejong.org/nss-pam-ldapd-users/
- Re: Fwd: map group uniqueMember sAMAccountName, (continued)