search for: shibboleth

Displaying 20 results from an estimated 21 matches for "shibboleth".

2008 Oct 13
10
Shibboleth
Can anyone direct me to a really good tutorial on Shibboleth integration with Rails, or indeed some sample code? I''ve been tearing my hair out all day on this one. Thanks RobL --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To...
2006 May 29
0
Shibboleth Anyone?
Has anyone worked on making a Rails app play nicely with Shibboleth? It doesn''t look difficult - just wondered if there''s anyone out there I could ask for help when the time comes. -- Robert Jones
2020 Jul 10
2
Azure Sync
...sting Office365-Accounts to the new Domain? > One thing I would take a look at, also after I've read the recent answers, is the SAML interface for office365. I do not yet have a working environment using this but it seems promising. Here you'd need to set up an own IdP (for example using shibboleth) and connect this with the office365 users. I'm not sure how seemless this works but I think that there should be an idp being able to authenticate the users via kerberos if they're already logged in on a workstation. > Here is some documentation on the Microsoft side for using an SAML I...
2014 May 27
3
SQL passdb, LDAP userdb
Hi, in my current setup, LDAP authentication + userdb works fine. I'd like to integrate Dovecot with Shibboleth. I have a custom module at the IdP (*) that inserts short-time tokens to an SQL table at user authentication, and I want Dovecot to use the token table for passdb but keep LDAP for storing the userdb (uid, quota, etc) I thought it was simple as omitting the sql user_query, but I got: Warning: my...
2007 May 24
3
Help with Create and Update with options_for_select in a select_tag
...date that field. Please help. Models: ------------- Service has_many AccessControl AccessControl belongs_to Service application.rb ------------------------- $types = Array["Athens", "htpasswd", "IP", "None", "Other", "Password", "Shibboleth"] View: --------------- <% if @service.access_controls @types = @service.access_controls.collect{|a| a.value}.join('' '') end %> <label for="access_control_value"><span class = "required">*</ span>Access Control:</label> &l...
2020 Jul 15
0
Azure Sync
...g Office365-Accounts to the new Domain? >> One thing I would take a look at, also after I've read the recent answers, is the SAML interface for office365. I do not yet have a working environment using this but it seems promising. Here you'd need to set up an own IdP (for example using shibboleth) and connect this with the office365 users. I'm not sure how seemless this works but I think that there should be an idp being able to authenticate the users via kerberos if they're already logged in on a workstation. >> Here is some documentation on the Microsoft side for using an SA...
2005 Dec 28
1
Ruby on rail newbie
...ienced php developper. I use this language for all my web applications. I prefer php to Java/J2ee because, of its simple features, its powerness and the fact that it let the user choose the way he wants to program(This is particularly benefical when i''m prototyping) For me the shibboleth of j2ee is: "why make it simple when we can make it complicated". On the other side, i find that php lacks of high level components. I mean, you have to male your own database abstractions, and your own components to make your developpment easy and efficient. So my question, is what...
2013 Mar 10
1
Asterisk authentication on LDAP (SSHA and SHA passwords)
hello guys, I'm working on a federal university at Brasil, we already have an openLdap with all users and this base is used to authenticate several services like email, vpn, wireless (RADIUS), and we have also Shibboleth providing SSO. During my studies of Asterisk, i see a lot of people talking about the incapacity of asterisk (more precisely because of SIP) to authenticate against a ldap that uses password encrypted for anything other than MD5. I like to know if exist any how to use Asterisk + Ldap (using SSH...
2020 Jul 02
5
Azure Sync
Sorry if I didn't find the right manual. I would like to set up a new Domain Controller and connect it to an existing Office 365 with Exchange in a way, AD-Users of a certain group can login and not having to login to Office365. My questions: Can I map the existing Office365-Accounts to the new Domain? Is the existing username scheme in Office 365 of lois.griffin at company.com compatible
2007 May 24
1
How do I show the selected values in options_for_select? Not as simple as it sounds.
...s a Service I want the services access_controls to be pre-selected. Models: Service has_many AccessControls AccessControl belongs_to Service application.rb: $types = Array["Athens", "htpasswd", "IP", "None", "Other", "Password", "Shibboleth"] View: % if @service.access_controls @types = @service.access_controls.collect{|a| a.value}.join('' '') end %> <label for="access_control_value"><span class = "required">*</ span>Access Control:</label> <%=select_tag '...
2011 Oct 04
1
per host/node ssl key cert info
Hi, Are people using puppet to store/deploy SSL key/cert info? My scenario is that I''ve got a bunch of nodes/hosts that are using Shibboleth with each host having its own SSL cert and key. I know I can ensure the relevant packages are installed and that the configs are consistent across said nodes, but I don''t know: A) If people are using puppet to store the certs/keys for various applications (apache, shib, syslog w/ TLS, etc...
2008 Jan 14
1
Problem with CentOS 5.1 / Xen / Migration : domU time
...he domU seems to be blocked (the clock indicates always the same time ). In the xend Logs we can't see any error message with the debug mode. The solution for this moment is to restart the domU in the new dom0 to be synchronized again. We manage a lot of authentications services like CAS or Shibboleth which uses timestamp for security validation and this problem is very annoying for us. Anyone has encountered this problem ? Any idea how to solve it ? Thanks for your help. Regards Fred -- Frederic Soulier Administrateur Reseau Centre de Ressources Informatiques Universit? Toulouse 1 S...
2006 May 04
5
web service authentication
after almost a week of trial and error, i''ve finally got a hold of creating a web service in rails. after all this time though, i''m still not quite sure if i can make it work the way i want it to. i was basically trying to create a login portal so that the users at our company can have one place to login for all of our internal applications. well, right now - i can have each
2014 Jun 05
0
SQL passdb, LDAP userdb
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Tue, 27 May 2014, Kristof Bajnok wrote: > in my current setup, LDAP authentication + userdb works fine. > > I'd like to integrate Dovecot with Shibboleth. I have a custom module at > the IdP (*) that inserts short-time tokens to an SQL table at user > authentication, and I want Dovecot to use the token table for passdb but > keep LDAP for storing the userdb (uid, quota, etc) > > I thought it was simple as omitting the sql user_query,...
2020 Jul 09
0
Azure Sync
...xisting Office365-Accounts to the new Domain? One thing I would take a look at, also after I've read the recent answers, is the SAML interface for office365. I do not yet have a working environment using this but it seems promising. Here you'd need to set up an own IdP (for example using shibboleth) and connect this with the office365 users. I'm not sure how seemless this works but I think that there should be an idp being able to authenticate the users via kerberos if they're already logged in on a workstation. Here is some documentation on the Microsoft side for using an SAML Idp...
2020 Jul 10
1
Azure Sync
...-Accounts to the new Domain? > One thing I would take a look at, also after I've read the recent > answers, is the SAML interface for office365. I do not yet have a > working environment using this but it seems promising. Here you'd need > to set up an own IdP (for example using shibboleth) and connect this > with the office365 users. I'm not sure how seemless this works but I > think that there should be an idp being able to authenticate the users > via kerberos if they're already logged in on a workstation. > Here is some documentation on the Microsoft side for...
2002 Jan 25
0
Improving Upgrade Success Rate for OpenSSH
...they screw up, the more I have to assume there hasn't been a MITM. And I have to make that assumption pretty regularly; sure, we've been using SSH since before it was cool, but they haven't. It's more than unproductive for me to just whine about other people not knowing some shibboleth to render SSH functional with previous keys intact; it's poor administrative process. Patching SSH is a very roundabout way of me administering other people's machines. The easier it is for others to upgrade successfully, the more likely they will, and the safer I'll be. Beyond key fa...
2018 Mar 26
5
How insecure is NIS ? Possible alternatives ?
Le 26/03/2018 ? 10:28, isdtor a ?crit : > In my opionion, there is a serious gap in this area. It's either NIS, > simple, easy to setup yet insecure, or LDAP/FreeIPA/RH Id management > server at a complexity at least one order of magnitude beyond NIS. I gave FreeIPA a spin a while back. I installed it on a sandbox server, and from what I recall, it pulled in a tsunami of
2015 Jun 25
0
Processed: raising severity for GCC 5 issues, please fix these now (see https://wiki.debian.org/GCC5)
...ug #778115 [src:sflphone] sflphone: ftbfs with GCC-5 Severity set to 'serious' from 'important' > severity 778116 serious Bug #778116 [src:shell-fm] shell-fm: ftbfs with GCC-5 Severity set to 'serious' from 'important' > severity 778117 serious Bug #778117 [src:shibboleth-sp2] shibboleth-sp2: ftbfs with GCC-5 Severity set to 'serious' from 'important' > severity 778119 serious Bug #778119 [src:simulavr] simulavr: ftbfs with GCC-5 Severity set to 'serious' from 'important' > severity 778120 serious Bug #778120 [src:sipsak] sipsak...
2015 Jun 16
0
Processed: raise severity of GCC 5 triggered build failures to important
...#778115 [src:sflphone] sflphone: ftbfs with GCC-5 Severity set to 'important' from 'normal' > severity 778116 important Bug #778116 [src:shell-fm] shell-fm: ftbfs with GCC-5 Severity set to 'important' from 'normal' > severity 778117 important Bug #778117 [src:shibboleth-sp2] shibboleth-sp2: ftbfs with GCC-5 Severity set to 'important' from 'normal' > severity 778118 important Bug #778118 [src:shiboken] shiboken: ftbfs with GCC-5 Severity set to 'important' from 'normal' > severity 778119 important Bug #778119 [src:simulavr] si...