s3-auth Use security_token_debug() from common code
[kai/samba.git] / libgpo / gpo_ldap.c
index 38a040533a2ba7c9278291288041b0871fb91005..e6b9609bab20c56b0cb7755f7394bcdbf0873dd5 100644 (file)
@@ -671,7 +671,7 @@ ADS_STATUS ads_get_sid_token(ADS_STRUCT *ads,
 
        *token = new_token;
 
-       debug_nt_user_token(DBGC_CLASS, 5, *token);
+       security_token_debug(DBGC_CLASS, 5, *token);
 
        return ADS_ERROR_LDAP(LDAP_SUCCESS);
 }