From 297805a2c498e57556348f3bb28e8f054c2556aa Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Tue, 25 Mar 2008 18:28:51 -0400 Subject: Remove test data from git --- cobbler/modules/authn_ldap.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cobbler/modules/authn_ldap.py b/cobbler/modules/authn_ldap.py index e228db3..4597f3c 100644 --- a/cobbler/modules/authn_ldap.py +++ b/cobbler/modules/authn_ldap.py @@ -100,6 +100,5 @@ def authenticate(api_handle,username,password): if __name__ == "__main__": api_handle = cobbler_api.BootAPI() - # print authenticate(api_handle, "mdehaan", "test1") - print authenticate(api_handle, "mdehaan", "dog8code") + print authenticate(api_handle, "guest", "guest") -- cgit