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

s4-sam: fixed termination of krbtgt_attrs (comma and NULL)

Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Andrew Tridgell 2010-09-28 19:07:43 -07:00
parent c83775d524
commit dacfe67a0e

View File

@ -36,7 +36,7 @@
"userPrincipalName", \
"servicePrincipalName", \
"msDS-KeyVersionNumber", \
"msDS-SecondaryKrbTgtNumber" \
"msDS-SecondaryKrbTgtNumber", \
"msDS-SupportedEncryptionTypes", \
"supplementalCredentials", \
\
@ -48,14 +48,14 @@
"objectSid", \
\
"pwdLastSet", \
"accountExpires"
"accountExpires"
const char *krbtgt_attrs[] = {
KRBTGT_ATTRS
KRBTGT_ATTRS, NULL
};
const char *server_attrs[] = {
KRBTGT_ATTRS
KRBTGT_ATTRS, NULL
};
const char *user_attrs[] = {