Samba3/LDAP: Valid values for attribute sambaGroupType?

Michael Ströder michael at stroeder.com
Sun Mar 29 16:52:15 GMT 2009


HI!

What are the valid values for attribute sambaGroupType in an entry with
object class sambaGroupMapping when using Samba3 with the LDAP backend?

The closest I could find in the source is in file librpc/gen_ndr/lsa.h:

#ifndef USE_UINT_ENUMS
 {
        SID_NAME_USE_NONE=0,
        SID_NAME_USER=1,
        SID_NAME_DOM_GRP=2,
        SID_NAME_DOMAIN=3,
        SID_NAME_ALIAS=4,
        SID_NAME_WKN_GRP=5,
        SID_NAME_DELETED=6,
        SID_NAME_INVALID=7,
        SID_NAME_UNKNOWN=8,
        SID_NAME_COMPUTER=9
}

But these values seems to not apply only to groups. It's rather a type
of a SID in general?

Ciao, Michael.


More information about the samba-technical mailing list