1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

r4895: I missed this in my previous 'use secrets.ldb' commit.

Andrew Bartlett
(This used to be commit 53b98c674b)
This commit is contained in:
Andrew Bartlett 2005-01-21 11:31:35 +00:00 committed by Gerald (Jerry) Carter
parent a721be4519
commit 2c0cb15005

View File

@ -57,4 +57,6 @@ struct machine_acct_pass {
time_t mod_time; time_t mod_time;
}; };
#define SECRETS_PRIMARY_DOMAIN_DN "cn=Primary Domains"
#endif /* _SECRETS_H */ #endif /* _SECRETS_H */