Changeset 583 for trunk/server/libcli/security
- Timestamp:
- Jun 28, 2011, 10:17:44 AM (14 years ago)
- Location:
- trunk/server/libcli/security
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/libcli/security/dom_sid.c
r414 r583 116 116 for (i=0;sidstr[i];i++) { 117 117 if (sidstr[i] == '-') num_sub_auths++; 118 } 119 120 if (num_sub_auths > MAXSUBAUTHS) { 121 return false; 118 122 } 119 123 -
trunk/server/libcli/security/dom_sid.h
r414 r583 41 41 char *dom_sid_string(TALLOC_CTX *mem_ctx, const struct dom_sid *sid); 42 42 43 #ifndef MAXSUBAUTHS 44 #define MAXSUBAUTHS 15 /* max sub authorities in a SID */ 45 #endif 46 43 47 #endif /*_DOM_SID_H_*/ 44 48
Note:
See TracChangeset
for help on using the changeset viewer.