Displaying 1 result from an estimated 1 matches for "alc_verw_w".
2016 Feb 13
0
AD authentication in active/passive cluster
...ystem of the cluster resource
To get the keytab based authentication work for the cluster share I did
the 'net ads join' with the smb.conf of the resource on the node were I
activated the resource first:
net ads join -U administrator -I 2.1.1.190 -s
/mnt/cluster/verw/etc/samba/smb.conf -n alc_verw_w
where 2.1.1.190 is the cluster ip and alc_verw_w share name. Then I
extracted the kerberos principals for ad registered cluster share with
ktutil, made a copy on the second node and imported these principals to
the keytab on that node.
The resource runs fine within the cluster but client access t...