diff --git a/bin/sync-winhosts.py b/bin/sync-winhosts.py index 07483fa044b4aefaf136c955625b7e87ac8c6d8a..c6a01157e01686cf70cee1fd46c3fa4fded638e7 100755 --- a/bin/sync-winhosts.py +++ b/bin/sync-winhosts.py @@ -13,7 +13,7 @@ from ldap3 import Server, Connection, ALL, Tls, SASL, GSSAPI, ServerPool, RANDOM # ldap = dphysldap.Ldap(ca_certs_file=".\\ca-certificates.crt") main_windows_netgroup = "windows" windows_log_path = "c:\\scratch\\" -unix_log_path = "/var/log/" +unix_log_path = "/var/log/usradm/" log_file = "sync-winhost.log" ca_certs_file = "/etc/ssl/certs/ca-certificates.crt"