#Updating LDAP server - Will it be disruptive?

1 messages · Page 1 of 1 (latest)

tiny wind
#

HI All, I have a need to change our LDAP server to a new one but also a new service account and password. Will this be disruptive during the switchover to multiprotocol users and NFSv4/v3 consumers?

sand spear
#

i guess i would try to do the 2 operations in separate runs... add the new server with the old service account... you can have multiple ldap servers... remove the old server... change the service account... at least then you will know what causes possible breakage

tiny wind
#

Seems like a plan, That'll help our change management get through!

radiant fiber
#

create the two ldap configurations and then just modify the vserver to use the new configuration at the right time. I would expect all the caches to flush at this point.

sturdy gorge
visual canopy
#

If I recall, ldap over TLS uses certificates. If that’s in fact true, then you need to generate the proper csr for the svm. Get the local certificate authority to sign it. Install the locally signed certificate plus any root/intermediate certificate authority certificates (server-ca) then you can try the LDAP over TLS. I do not remember if it actually tries to reauthenticate (like it does when enabling aes encryption after joining the domain)

odd phoenix
#

actually, for LDAP over TLS, you just need to install the server's certificate in the ONTAP truststore. The server doesn't mutually authenticate with ONTAP

visual canopy
#

Cool. I think my customers just installed the cert anyway

odd phoenix
#

yeah you usually need it if you have a very secure browser policy that rejects self-signed certs for example (we have some customers like that)

sturdy gorge
#

thank you both, very useful bits of information... but what will happen to ongoing traffic when i implement it?

tiny wind
#

Im suspecting that it will only queue the auth requests or simply try again

#

it'll probably look like failures and then the client will try again

ionic sable
sturdy gorge
#

outstanding t back you guys

#

thank

tiny wind
#

I havent made my change yet so still a valid thread imo