[sysadmin-bin] Set a default value for the CA_PATH
- From: Andrea Veri <averi src gnome org>
- To: gnome-sysadmin gnome org,commits-list gnome org
- Subject: [sysadmin-bin] Set a default value for the CA_PATH
- Date: Mon, 1 Oct 2018 14:45:31 +0000 (UTC)
commit 6c6b55d2e4025da3230a8fbd5039a67a53a756c0
Author: Andrea Veri <averi redhat com>
Date: Mon Oct 1 16:45:21 2018 +0200
Set a default value for the CA_PATH
gnome_ldap_utils.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gnome_ldap_utils.py b/gnome_ldap_utils.py
index 6d6e71e..851ef08 100755
--- a/gnome_ldap_utils.py
+++ b/gnome_ldap_utils.py
@@ -2,7 +2,7 @@
class Gnome_ldap_utils:
- def __init__(self, LDAP_GROUP_BASE, LDAP_HOST, LDAP_USER_BASE, LDAP_USER, LDAP_PASSWORD, LDAP_CA_PATH):
+ def __init__(self, LDAP_GROUP_BASE, LDAP_HOST, LDAP_USER_BASE, LDAP_USER, LDAP_PASSWORD,
LDAP_CA_PATH='/etc/ipa/ca.crt'):
import ldap
import sys
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]