From 170b345e0c688b178eb37a73a8110dec68a8ae31 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Fri, 17 Sep 2010 15:31:28 +1000 Subject: s3-auth Use security_token_debug() from common code This prints the security token including the privileges as strings instead of just a bitmap. Andrew Bartlett Signed-off-by: Andrew Tridgell --- libgpo/gpo_ldap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libgpo') diff --git a/libgpo/gpo_ldap.c b/libgpo/gpo_ldap.c index 38a040533a2..e6b9609bab2 100644 --- a/libgpo/gpo_ldap.c +++ b/libgpo/gpo_ldap.c @@ -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); } -- cgit v1.2.1