Simon Liddicott

Results 8 comments of Simon Liddicott

It is possible to match users in a chain. It is a feature of AD. The following value in gitblit.properties works for me: realm.ldap.groupMemberPattern = (&(objectClass=group)(member:1.2.840.113556.1.4.1941:=${dn})) See: https://msdn.microsoft.com/en-us/library/aa746475(v=vs.85).aspx

I have gitblit running on a load balanced pair with data shared over a gluster file store and have just run into this problem for LFS.

We could create folders under server and maintain the wiki pages seperately for each version. eg. - server/2.0/ - server/2.1/ - server/2.2/ Although pages can be stored in folders in...

Do you mean [Gitbook](https://www.gitbook.com/) or [Github Pages](https://pages.github.com/)?

Jekyll and Github Pages looks interesting (and is free) https://jekyllrb.com/docs/github-pages/

I think it should go under Guides. I've created an empty page, if anyone has examples to contribute: https://github.com/CasparCG/help/wiki/Guide:-Example-Server-Configuration

Do you have a video? Or the template to demonstrate it? Does the crawl animate off screen?

This change in the template host file translates json to xml for the flash template. https://github.com/CasparCG/templatehost/commit/a7440de237144cbdf833d2861f0a89d39e0265e1 So long as these template host files are used (still not included in builds)...