[Patch] Add support for Windows BUILTIN groups
[Date Prev][Date Next] [Thread Prev][Thread Next][Patch] Add support for Windows BUILTIN groups
- From: Davy Defaud <davy.defaud [at] free.fr>
- To: nss-pam-ldapd-users [at] lists.arthurdejong.org
- Subject: [Patch] Add support for Windows BUILTIN groups
- Date: Thu, 30 Jan 2014 17:04:30 +0100
Hi Arthur, Here's a very quick and simple patch in order to get Windows BUILTIN groups when searching a group by gid (RID). The aim of this patch is to map the gid (gidNumber) to an AD SID RID between 544 and 552, because in that case the SID prefix is not the domain's prefix (S-1-5-21-dddddddddd-ddddddddd-ddddddddd) but the BUILTIN SID prefix (1-5-32). For example, if you add a user to the Administrators builtin group (S-1-5-21-544), now you should be able to get this group through nslcd, instead of having this error message: $ groups myuser myuser : Domain Users groups: cannot find name for group ID 544 544 compta pantin Of course, this could be made in a more configurable way... Freely yours, Davy
Attachment:
nss-pam-ldapd-0.9.2-builtin-support.diff
Description: Text Data
-- To unsubscribe send an email to nss-pam-ldapd-users-unsubscribe@lists.arthurdejong.org or see http://lists.arthurdejong.org/nss-pam-ldapd-users/
- [Patch] Add support for Windows BUILTIN groups, Davy Defaud
- Re: [Patch] Add support for Windows BUILTIN groups,
Arthur de Jong
- Re: [Patch] Add support for Windows BUILTIN groups,
Davy Defaud
- Re: [Patch] Add support for Windows BUILTIN groups,
Arthur de Jong
- Re: [Patch] Add support for Windows BUILTIN groups, Davy Defaud
- Re: [Patch] Add support for Windows BUILTIN groups,
Arthur de Jong
- Re: [Patch] Add support for Windows BUILTIN groups,
Davy Defaud
- Prev by Date: Re: ldap authentication broken after switch to nss-pam-ldapd
- Next by Date: Re: [Patch] Add support for Windows BUILTIN groups
- Previous by thread: Re: both nscd and nslcd needed?
- Next by thread: Re: [Patch] Add support for Windows BUILTIN groups