libmsrpc user priv access mask

derrell at samba.org derrell at samba.org
Tue Aug 2 16:50:17 GMT 2005


Chris Nicholls <cnicholl at uoguelph.ca> writes:

> Good point. how would you feel about something like:
> #define SE_PRINT_OPERATOR_PRIV "SePrintOperatorPrivilege"

Are these manifest constants going to be in a user-accessible header file?  If
so, the name should begin with SMB or something to indicate which package it
came from, to avoid manifest constant naming conflicts:

    #define SMB_SE_PRINT_OPERATOR_PRIV "SePrintOperatorPrivilege"

Derrell


More information about the samba-technical mailing list