summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cobbler/modules/authn_ldap.py3
1 files changed, 1 insertions, 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")