1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-24 13:57:43 +03:00

s4-param: Use a unique header name

This commit is contained in:
Andrew Bartlett 2012-07-14 22:22:37 +10:00
parent 4b61c4891a
commit 6d24c899db

View File

@ -17,8 +17,8 @@
* this program; if not, see <http://www.gnu.org/licenses/>.
*/
#ifndef _SECRETS_H
#define _SECRETS_H
#ifndef _SOURCE4_PARAM_SECRETS_H
#define _SOURCE4_PARAM_SECRETS_H
#define SECRETS_PRIMARY_DOMAIN_DN "cn=Primary Domains"
#define SECRETS_PRINCIPALS_DN "cn=Principals"
@ -54,4 +54,4 @@ struct dom_sid *secrets_get_domain_sid(TALLOC_CTX *mem_ctx,
char *keytab_name_from_msg(TALLOC_CTX *mem_ctx, struct ldb_context *ldb, struct ldb_message *msg);
#endif /* _SECRETS_H */
#endif /* _SOURCE4_PARAM_SECRETS_H */