4 weeks ago
Hi,
Does anyone know if it is possible to increase the 'nettimeout=1' argument that Jamf Connect passes to ldapsearch after performing kerberos authentication to return user LDAP attributes?
This is the full command built by Jamf Connect:
/usr/bin/ldapsearch -N -Q -LLL -o nettimeout=1 -o ldif-wrap=no -H ldap://dc2.realm-name.net -b DC=realm-name,DC=net sAMAccountName=shortname pwdLastSet msDS-UserPasswordExpiryTimeComputed userAccountControl homeDirectory displayName memberOf mail userPrincipalName dn givenName sn cn msDS-ResultantPSO msDS-PrincipalName
Is it possible to change the default nettimeout=1 to a higher number? This is causing us issues when trying to get the menu bar updated with user state after successful TGT. I have tried adding NETWORK_TIME 60 to /etc/openldap/ldap.conf , but Jamf Continues to build the command line using the same argument of nettimeout=1