Dear All,
Can anyone help me with the syntax for registering SPN for 'LaserficheServer/ServerName' for to log into the repository via WebDAV using a trusted domain account.
Thanks in advance,
Regards
Dear All,
Can anyone help me with the syntax for registering SPN for 'LaserficheServer/ServerName' for to log into the repository via WebDAV using a trusted domain account.
Thanks in advance,
Regards
I believe you're looking for setspn.
setspn -s ldap/server1.contoso.com server1
To add an SPN, use the setspn -s service/namehostname command at a command prompt, where service/name is the SPN that you want to add and hostname is the actual host name of the computer object that you want to update. For example, if there is an Active Directory domain controller with the host name server1.contoso.com that requires an SPN for the Lightweight Directory Access Protocol (LDAP), type setspn -s ldap/server1.contoso.com server1, and then press ENTER to add the SPN.
https://technet.microsoft.com/en-us/library/Cc731241.aspx