diff options
author | Andrew Bartlett <abartlet@samba.org> | 2002-07-26 07:18:15 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2002-07-26 07:18:15 +0000 |
commit | ef5bd4c066ed0e8ade64d5b308e53c54f0e8edaa (patch) | |
tree | ad0240419dcbb72bba3eda67ae32d97b84145ed1 /source3 | |
parent | 0c8e0571b77d6bee1a0d78f5f100ce03e8f04697 (diff) | |
download | samba-ef5bd4c066ed0e8ade64d5b308e53c54f0e8edaa.tar.gz samba-ef5bd4c066ed0e8ade64d5b308e53c54f0e8edaa.tar.bz2 samba-ef5bd4c066ed0e8ade64d5b308e53c54f0e8edaa.zip |
Clarify this comment.
(This used to be commit d2b4e669aeada9c3498c3a9e49360270def5ad99)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/passdb/passdb.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/passdb/passdb.c b/source3/passdb/passdb.c index 4e3d558e98..3f1425e240 100644 --- a/source3/passdb/passdb.c +++ b/source3/passdb/passdb.c @@ -528,6 +528,9 @@ BOOL pdb_rid_is_user(uint32 rid) * such that it can be identified as either a user, group etc * type. there are 5 such categories, and they are documented. */ + /* However, they are not in the RID, just somthing you can query + seperatly. Sorry luke :-) */ + if(pdb_rid_is_well_known(rid)) { /* * The only well known user RIDs are DOMAIN_USER_RID_ADMIN |