summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2008-03-25 18:28:51 -0400
committerMichael DeHaan <mdehaan@redhat.com>2008-03-25 18:28:51 -0400
commit297805a2c498e57556348f3bb28e8f054c2556aa (patch)
tree83c5d99c99ebadbbb3bf671c62ae029a74dda49b
parentb100b25105b45b196190cff6e89fce402c85e0dd (diff)
downloadthird_party-cobbler-297805a2c498e57556348f3bb28e8f054c2556aa.tar.gz
third_party-cobbler-297805a2c498e57556348f3bb28e8f054c2556aa.tar.xz
third_party-cobbler-297805a2c498e57556348f3bb28e8f054c2556aa.zip
Remove test data from git
-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")