MCPcopy Create free account
hub / github.com/USBGuard/usbguard / getLDAPHandler

Method getLDAPHandler

src/Daemon/NSHandler.cpp:106–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104
105#if HAVE_LDAP
106 std::shared_ptr<LDAPHandler> NSHandler::getLDAPHandler()
107 {
108 if (!_ldap.get()) {
109 _ldap = _ldap = std::make_shared<LDAPHandler>();
110 }
111
112 return _ldap;
113 }
114
115#endif
116

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected