s4:kdc: Implement KDC plugin hardware authentication policy
[samba.git] / source3 / modules / vfs_afsacl.c
index c2a89494a11f0ba1b73ebffcd3718d8285b9671a..3dc80d3bddc7173fdeb86e72ecbae16ae72b1356 100644 (file)
@@ -75,7 +75,7 @@ static bool init_afs_acl(struct afs_acl *acl)
        ZERO_STRUCT(*acl);
        acl->ctx = talloc_init("afs_acl");
        if (acl->ctx == NULL) {
-               DEBUG(10, ("Could not init afs_acl"));
+               DEBUG(10, ("Could not init afs_acl\n"));
                return false;
        }
        return true;
@@ -723,7 +723,7 @@ static bool mappable_sid(const struct dom_sid *sid)
 
        string_to_sid(&domain_sid, "S-1-5-21");
 
-       if (sid_compare_domain(sid, &domain_sid) == 0)
+       if (dom_sid_compare_domain(sid, &domain_sid) == 0)
                return true;
 
        return false;