mirror of
https://github.com/samba-team/samba.git
synced 2025-02-28 01:58:17 +03:00
s4:secrets: remove unused structure
metze
This commit is contained in:
parent
e9215c9713
commit
a2700f3731
@ -20,13 +20,6 @@
|
||||
#ifndef _SECRETS_H
|
||||
#define _SECRETS_H
|
||||
|
||||
/* structure for storing machine account password
|
||||
(ie. when samba server is member of a domain */
|
||||
struct machine_acct_pass {
|
||||
uint8_t hash[16];
|
||||
time_t mod_time;
|
||||
};
|
||||
|
||||
#define SECRETS_PRIMARY_DOMAIN_DN "cn=Primary Domains"
|
||||
#define SECRETS_PRINCIPALS_DN "cn=Principals"
|
||||
#define SECRETS_PRIMARY_DOMAIN_FILTER "(&(flatname=%s)(objectclass=primaryDomain))"
|
||||
|
Loading…
x
Reference in New Issue
Block a user