mirror of
https://github.com/samba-team/samba.git
synced 2025-01-27 14:04:05 +03:00
merge: disable [u|g]idPool objects
This commit is contained in:
parent
54b054c1ed
commit
4c98700e54
@ -142,11 +142,11 @@ objectclass ( 1.3.6.1.4.1.7165.2.2.3 NAME 'sambaAccount' SUP top AUXILIARY
|
||||
##
|
||||
## Used for Winbind experimentation
|
||||
##
|
||||
objectclass ( 1.3.6.1.4.1.7165.1.2.2.3 NAME 'uidPool' SUP top AUXILIARY
|
||||
DESC 'Pool for allocating UNIX uids'
|
||||
MUST ( uidNumber $ cn ) )
|
||||
#objectclass ( 1.3.6.1.4.1.7165.1.2.2.3 NAME 'uidPool' SUP top AUXILIARY
|
||||
# DESC 'Pool for allocating UNIX uids'
|
||||
# MUST ( uidNumber $ cn ) )
|
||||
|
||||
objectclass ( 1.3.6.1.4.1.7165.1.2.2.4 NAME 'gidPool' SUP top AUXILIARY
|
||||
DESC 'Pool for allocating UNIX gids'
|
||||
MUST ( gidNumber $ cn ) )
|
||||
#objectclass ( 1.3.6.1.4.1.7165.1.2.2.4 NAME 'gidPool' SUP top AUXILIARY
|
||||
# DESC 'Pool for allocating UNIX gids'
|
||||
# MUST ( gidNumber $ cn ) )
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user