3c2b2ff5
3c2b2ff5
I have setup a new branch [CircleCi](https://github.com/3c2b2ff5/nsscache/tree/CircleCi) without travis. I noticed that when ahving `python3-ldap` in requirements.txt the build will fail, with `python-ldap` the build succeeds, even when running the...
currently I created a circleci account and it runs successfully, with the difference to travisci that you cannot choose a branch, at least I couldn't finde it. It seems samba...
Now the build in CircleCi runs successful, samba is installed and the domain provisioned, the users, the groups and the group members are are successfully added, there are still some...
I am tending now to run CircleCi loacally or on CircleCi just to test the config and to run `python3 runtests.py`. Then spinn up two docker containers locally, one with...
I have managed to install samba4 AD with Travis. `nsscache -d update -f` fails because of permissions, it cannot lock `/var/run/nsscache`. `nsscache -d verify` has always 3 warnings, but no...
I fixed the verify command by adding a `nsswitch.conf` file. The update still fails because of the lacking permissions to lock `/var/run/nsscache`.
I fixed it in the last commit. I had to switch the verify and the update commands, otherwise when running the verify at the end, it gives the error that...
Any ideas why running `verify` after `update` result in the mentioned error?
cool. Thanks
Indeed! Running openldap without samba3 schema will break the tests and nsscache. Normally you have the smaba3 schema integration within openldap. Using openldap without any extensions for authentication or as...