Original file comment [/* ... */] out the LDAP setting.
Please uncomment LDAP setting by following the instruction below.
ShibUserPassAuth {
// Example LDAP authentication
// See: https://wiki.shibboleth.net/confluence/display/SHIB2/IdPAuthUserPass
/* */ ← Add comment end edu.vt.middleware.ldap.jaas.LdapLoginModule required
ldapUrl="ldap://localhost"
baseDn="dc=sifulan,dc=asia"
ssl="false"
userFilter="uid={0}"
← Remove ";" at the end of this line subtreeSearch="true"
;
← Don't forget to add ";" /* */
← Add comment begin