don't split permissions on whitespace
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3815 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -83,7 +83,7 @@ _kadm5_acl_init(kadm5_server_context *context)
|
||||
continue;
|
||||
}
|
||||
krb5_free_principal(context->context, princ);
|
||||
p = strtok_r(NULL, " \t\n", &foo);
|
||||
p = strtok_r(NULL, "\n", &foo);
|
||||
if(p == NULL)
|
||||
continue;
|
||||
flags = parse_flags(p, acl_units, 0);
|
||||
|
Reference in New Issue
Block a user