Displaying 5 results from an estimated 5 matches for "ldap_authentication".
2006 May 05
3
Best place for storing configuration information?
Hi all,
Where do you store your non-Rails-specific configuration info? For
instance, I want to be able to login to LDAP as a particular admin
user. I don''t want the u/p combo in any of the models...does it go in
environment.rb? database.yml? Set a constant in a lib file?
When you''ve got it in a good location, how do you access it?
Thanks!
Sean
2017 Dec 19
3
Minimal AD DC server for dev/test setup
...accounts.
"Interop with AD" means use and AD backend for authentication,
retrieval of basic user record and membership info. Simple enough/
In the past, I've implemented similar functionality using OpenLDAP as
the reference backend (ie, I wrote much of
https://docs.moodle.org/33/en/LDAP_authentication ) .
Are there any guides on how to install and configure Samba's DC
_standalone_? Any hints or guidance for me? Does Samba's DC component
support this mode of operation?
For further info, we are developing and testing on a Linux which
carries Samba 4.6.x. Also, I'm an old linux hand,...
2006 May 24
1
Authentication between Instiki and Mailman Solved!
Basically, we needed to authenticate against the cookie written by Ruby.
It turns out that you can write a cookie for the entire TLD of
*.example.com from Instiki (Rails). So, I changed the cookie writing
code in the wiki_controller to the following.
# app/controllers/wiki_controller.rb
cookies[''ldap_username_2006''] = {:value =>emailaddress,
:expires
2017 Dec 19
0
Minimal AD DC server for dev/test setup
...p with AD" means use and AD backend for authentication,
> retrieval of basic user record and membership info. Simple enough/
>
> In the past, I've implemented similar functionality using OpenLDAP as
> the reference backend (ie, I wrote much of
> https://docs.moodle.org/33/en/LDAP_authentication ) .
>
> Are there any guides on how to install and configure Samba's DC
> _standalone_? Any hints or guidance for me? Does Samba's DC component
> support this mode of operation?
>
> For further info, we are developing and testing on a Linux which
> carries Samba 4.6.x....
2017 Dec 19
5
Minimal AD DC server for dev/test setup
...s use and AD backend for authentication,
>> retrieval of basic user record and membership info. Simple enough/
>>
>> In the past, I've implemented similar functionality using OpenLDAP as
>> the reference backend (ie, I wrote much of
>> https://docs.moodle.org/33/en/LDAP_authentication ) .
>>
>> Are there any guides on how to install and configure Samba's DC
>> _standalone_? Any hints or guidance for me? Does Samba's DC component
>> support this mode of operation?
>>
>> For further info, we are developing and testing on a Linux which
&g...