I have a simple CMS on our intranet that I would like to add phpwiki (1.3.12.p3) to. It uses PEAR::Auth for logins. I can't figure out how to get Session authentication working.
USER_AUTH_ORDER = "PersonalPage : Session : LDAP : IMAP : Db" USER_AUTH_POLICY = stacked ENABLE_USER_NEW = true AUTH_SESS_USER = username AUTH_SESS_LEVEL = 2
I believe I've found a bug in handling subsequent auth methods. so only the first works. Try to put session at first and wait for the bugfix.
Log in to post a comment.
I have a simple CMS on our intranet that I would like to add phpwiki (1.3.12.p3) to. It uses PEAR::Auth for logins. I can't figure out how to get Session authentication working.
USER_AUTH_ORDER = "PersonalPage : Session : LDAP : IMAP : Db"
USER_AUTH_POLICY = stacked
ENABLE_USER_NEW = true
AUTH_SESS_USER = username
AUTH_SESS_LEVEL = 2
I believe I've found a bug in handling subsequent auth methods. so only the first works.
Try to put session at first and wait for the bugfix.