summaryrefslogtreecommitdiff
path: root/src/nslcd_systemd/nslcd_systemd.go
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2015-09-07 23:14:25 -0600
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-09-07 23:14:25 -0600
commit5120f242ece853648b7c9391257825461db8c838 (patch)
tree3ab4387a19bef4fbbcefe4ce92dd9b695250ebf4 /src/nslcd_systemd/nslcd_systemd.go
parent139bd8467b78db3ed2d7fa0c4a9d62f3d8c75219 (diff)
Disable the nss ldap module for our process (include bindings for libdl)
Diffstat (limited to 'src/nslcd_systemd/nslcd_systemd.go')
-rw-r--r--src/nslcd_systemd/nslcd_systemd.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nslcd_systemd/nslcd_systemd.go b/src/nslcd_systemd/nslcd_systemd.go
index c4511ef..8d7d4fb 100644
--- a/src/nslcd_systemd/nslcd_systemd.go
+++ b/src/nslcd_systemd/nslcd_systemd.go
@@ -70,6 +70,8 @@ func Main(backend Backend) uint8 {
}
}()
+ disable_nss_module()
+
socket, err = get_socket()
if err != nil {
logger.Err("%s", err.Error())