siddjain
siddjain
Note to myself. To install run: ``` npm -g install http_trace ``` Program gets installed in `/usr/local/lib/node_modules/http_trace` on mac
I have following packages installed ``` $ ls ~/.atom/packages README.md asciidoc-assistant asciidoc-image-helper asciidoc-preview autocomplete-asciidoc language-asciidoc mathjax-wrapper ```
https://github.com/asciidoctor/atom-asciidoc-preview/issues/94
@kohleman could you please tell what `protocol` and `ldapport` you are using?
Does this comment: We currently do not have a way to disambiguate package names. mean that even if I wanted to, there is no way to call the correct function...
Tried adding normal users but it complains as it cannot find any entry for the base DN. First we created a file ``` WITSC02X6385JGH:docker-openldap sjain68$ cat adam.ldif dn: uid=adam,dc=jnj,dc=com objectClass:...
we did not try that image but confirm that there wasn't any base entry in the database i.e., the LDAP tree was empty. Once we added a root node (the...
sure. this is the minimal LDIF to create a base entry: ``` $ cat basedn.ldif dn: dc=uber,dc=com dc: uber o: Uber objectclass: organization objectclass: dcObject ``` and we added it...
[[1](https://www.strehle.de/tim/weblog/archives/2015/08/27/1567)] is another link we came across on how to enable password hashing. The steps are quite different so we are not sure whether this is more correct or [[2](https://serverfault.com/questions/571928/how-do-you-set-password-hash-for-openldap)]....