diff options
author | Andrew Bartlett <abartlet@samba.org> | 2007-07-30 10:30:34 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 15:01:23 -0500 |
commit | 008b84076094733d7754c524923b1d96ab30b825 (patch) | |
tree | da486ea5288b95b86c3114106db596f00d70b99f /source4/librpc/idl | |
parent | 63c20026c4c27beffbcdb962da7bd844c2ed9c97 (diff) | |
download | samba-008b84076094733d7754c524923b1d96ab30b825.tar.gz samba-008b84076094733d7754c524923b1d96ab30b825.tar.bz2 samba-008b84076094733d7754c524923b1d96ab30b825.zip |
r24080: Set the primary group (matching windows) when creating new users in
SAMR. This can't be done in the ldb templates code, as it doesn't
happen over direct LDAP.
As noted in bug #4829.
Andrew Bartlett
(This used to be commit 3bfa6dbf7ded06df78310f7bd39d8a8d4edbb4ef)
Diffstat (limited to 'source4/librpc/idl')
-rw-r--r-- | source4/librpc/idl/security.idl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/librpc/idl/security.idl b/source4/librpc/idl/security.idl index 098a887bfe..ea2ad050d5 100644 --- a/source4/librpc/idl/security.idl +++ b/source4/librpc/idl/security.idl @@ -170,6 +170,7 @@ interface security const int DOMAIN_RID_GUEST = 501; const int DOMAIN_RID_ADMINS = 512; const int DOMAIN_RID_USERS = 513; + const int DOMAIN_RID_DOMAIN_MEMBERS = 515; const int DOMAIN_RID_DCS = 516; const int DOMAIN_RID_CERT_ADMINS = 517; const int DOMAIN_RID_SCHEMA_ADMINS = 518; |