(LDAP_message2entry): allow samba entires to be forwarded
From: Andrew Bartlett <abartlet@samba.org> git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@13857 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -1203,6 +1203,9 @@ LDAP_message2entry(krb5_context context, HDB * db, LDAPMessage * msg,
|
||||
|| samba_acct_flags[flags_len - 1] != ']')
|
||||
goto out2;
|
||||
|
||||
/* Allow forwarding */
|
||||
ent->flags.forwardable = TRUE;
|
||||
|
||||
for (i=0; i < flags_len; i++) {
|
||||
switch (samba_acct_flags[i]) {
|
||||
case ' ':
|
||||
|
Reference in New Issue
Block a user