There was an issue when integrating omniauth-ldap, please check its issue.
Not sure whether the root cause is on omnigollum or not, Just copy that as following:
I want wiki sub-directory, e.g. http://localhost:4567/wiki/Home, /wiki/ is the sub-directory.
Gollum support --base-path option in Rack way, please check the wiki tips.
The omnigollum support it by the pull.
However, omniauth-ldap has Sign In problem, i.e. always return to Home page once submit.
Look around the LDAP Authentication html source:
There was an issue when integrating omniauth-ldap, please check its issue.
Not sure whether the root cause is on omnigollum or not, Just copy that as following:
I want wiki sub-directory, e.g.
http://localhost:4567/wiki/Home
,/wiki/
is the sub-directory.Gollum support --base-path option in Rack way, please check the wiki tips. The omnigollum support it by the pull. However,
omniauth-ldap
hasSign In
problem, i.e. always return to Home page once submit. Look around theLDAP Authentication
html source:I doubted on this line:
action='/__omnigollum__/auth/ldap/callback'
should write:
action='/wiki/__omnigollum__/auth/ldap/callback'
Not sure. How to resolve this problem, thanks.
Sorry for the duplicating.