Brent Abrahams

Results 123 comments of Brent Abrahams

You can position the editor buttons with `toolbarPosition="top"`. (That's the only other place you can position them as opposed to the default at the bottom.)

I'm sorry. I don't know what to suggest. Assuming your ip address and port are correct, everything else looks correct. Are there any error messages in the console?

This is a `serverDn` that works for one of the apps I'm working on: ``` OU=WAB_Active,DC=wab,DC=edu ``` I'm sorry, I have to confess I really know very little about the...

I'd happily accept a PR if you can find a fix, but I don't really know where to start trying to diagnose something like this. I'm out of my depth...

The ones I use this package with are active directories, maintained on-premise by schools. I can't really provide access to those and don't know how to set one up myself....

This package depends on ldapjs. If there's anything in there that gives a clue how to use it to do authorization with a bind user, I'd happily accept a PR...

Ah... now that's the sort of thing this package is made for. There should be a way. On the server, overwrite: ``` LDAP.generateSettings = function (request) { return null; }...

Sorry for the late reply. I've had the same thing happen when the LDAP server is not available and it puts the server in a state requiring a restart. It's...

Nice. I’d be very interested in that package when it’s ready. (I’d rather not rely on ldapjs either, if possible.)

Yes, it used to have a dependency on `mizzao:jquery-ui`, which provided the sortability. I didn't want to pull in the whole of jquery-ui just for that little feature every time,...