Configure the LoginProcedure
-
Copy the following to a text tool. Do not make any changes or omit any text when copying.
<?xml version="1.0" encoding="ISO-8859-1"?> <BATCH_LOAD FORMAT="Opaque" OVERRIDE="true"> <SERVICE> <HasCredential>true</HasCredential> <LoginProcedure>FILL_IT</LoginProcedure> <ID>SSOP_BIND</ID> <SvcEntryAttrList>DN,password</SvcEntryAttrList> <LOGINSCHEME NAME="None"/> <IdentityAttrList>DN</IdentityAttrList> <CredentialAttrList>PASSWORD</CredentialAttrList> </SERVICE> </BATCH_LOAD>
-
Save the file with the name
SSOP_BIND.xml
-
Import the new login scheme. From the LSF server command line, type
ssoconfig -l SSOCONFIGPW SSOP_BIND.xml
where
SSOCONFIGPW is the ssoconfig utility password at your site