Brian Candler
Brian Candler
If you can make a patch which fixes this, I'll commit it. I'm afraid I don't know what it would be about factory_girl which would cause test_helper to preload all...
I'm re-testing this with 2.2.0-RC1 and [sample-simple.cfg](https://github.com/glauth/glauth/blob/master/v2/sample-simple.cfg) I was able to see everything in the database like this: ``` ldapsearch -h 127.0.0.1:3893 -b dc=glauth,dc=com -D cn=serviceuser,ou=svcaccts,dc=glauth,dc=com -w mysecret ``` However,...
Hmm, this gets weirder. The [quick start](https://glauth.github.io/docs/quickstart.html) has the following example, which does work: ``` ldapsearch -LLL -H ldap://localhost:3893 \ -D cn=serviceuser,ou=svcaccts,dc=glauth,dc=com -w mysecret \ -x -bdc=glauth,dc=com cn=hackers ``` Note...
Sorry, another one :-) Here I've created user "brian" with primary group "brian" and otherGroups "vpn". This search returns both the group and the user, and I've highlighted inconsistencies in...
I've had a look through the source code to try and understand what the intention is. Here's what I've found so far. * The RDN attributes for users and groups...
The bit I'm really trying to get my head around is what the designer has intended the DN format of user accounts should be. I see lots of tests which...
> We suggest this method as we experienced this on a isolated switch that was not part any VRF (was in global) which could have prevented the duplicate IP entry...
> What you are talking about sounds like logical connections which has been implemented in the meantime. Is it enough for you to hide the cables and display the logical...
I am testing git+https://github.com/mattieserver/netbox-topology-views@master now. A few minor comments while I did this: * I was a bit surprised at first to see all devices floating and unconnected. This is...
snailgun depends on fork, unix domain sockets, and passing open file descriptors across sockets. A Windows version would be completely different :-) http://osdir.com/ml/ruby-talk/2009-05/msg01522.html