Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - sbarmen

Pages: [1]
1
Installation and Upgrades / Ejabberd 14.07 Testing
« on: November 02, 2014, 11:12:59 am »
Is there an option to test newest Ejabberd version on Zentyal 4.x?

2
Chaos, I had the same issue. OpenChange installed alongside Zarafa and just following your steps (aditional "sudo apt-get remove zentyal-openchange") solved it for me :) thanks!

3
Installation and Upgrades / Re: [SOLVED] Wordpress with LDAP Login
« on: February 17, 2014, 08:50:10 pm »
I accommodate ;) the again!

4
Installation and Upgrades / Re: Wordpress with LDAP Login
« on: February 17, 2014, 06:07:36 pm »
Yes there is a bug for sure, because setting uid in, even if it states that it is not necessary made a difference :)

Feb 17 18:03:06 jabber slapd[3465]: conn=33996 fd=31 ACCEPT from IP=10.0.0.6:53636 (IP=0.0.0.0:390)
Feb 17 18:03:08 jabber slapd[3465]: conn=33996 op=0 BIND dn="uid=test,ou=Users,dc=jabber,dc=local" method=128
Feb 17 18:03:12 jabber slapd[3465]: conn=33996 op=0 BIND dn="uid=test,ou=Users,dc=jabber,dc=local" mech=SIMPLE ssf=0
Feb 17 18:03:12 jabber slapd[3465]: conn=33996 op=0 RESULT tag=97 err=0 text=
Feb 17 18:03:17 jabber slapd[3465]: conn=33996 op=1 UNBIND
Feb 17 18:03:17 jabber slapd[3465]: conn=33996 fd=31 closed

And I am logged in! :D Jay!

Thanks Christian, great tips! Thank you!!

5
Installation and Upgrades / Re: Wordpress with LDAP Login
« on: February 17, 2014, 05:44:50 pm »
My only idea is that it should be cn=test,cn=users.... etc ... etc? Is the cn part missing? Not sure how that gets stripped though.

6
Installation and Upgrades / Re: Wordpress with LDAP Login
« on: February 17, 2014, 05:40:08 pm »
I fixed the LDAP config with ldapmodify :) worked a charme for getting more debug into syslog. It is at least confirmed not being a firewall issue. Here is what I get when I try to log on with my user "test":

Feb 17 17:32:25 jabber slapd[3465]: conn=33692 fd=31 ACCEPT from IP=10.0.0.6:53632 (IP=0.0.0.0:390)
Feb 17 17:32:25 jabber slapd[3465]: conn=33692 op=0 do_bind: invalid dn (=test,ou=Users,dc=jabber,dc=local)
Feb 17 17:32:25 jabber slapd[3465]: conn=33692 op=0 RESULT tag=97 err=34 text=invalid DN
Feb 17 17:32:25 jabber slapd[3465]: conn=33692 op=1 UNBIND
Feb 17 17:32:25 jabber slapd[3465]: conn=33692 fd=31 closed

The configuration options in Simple LDAP Login is very limited and I have tried to change them a bit on the DN side but any change results in the same error. Do I need to add the password from LDAP config somehow and is that at all possible given the very limited settings in this LDAP plugin?

I attached the settings in two screengrabs :)

What does err=34 mean?

7
Installation and Upgrades / Re: Wordpress with LDAP Login
« on: February 17, 2014, 03:29:01 pm »
I get no error at all except access denied from Wordpress, I will change the loglevel and see. :) Just need to figure out how to change the LDAP settings :)

8
Installation and Upgrades / Re: Wordpress with LDAP Login
« on: February 17, 2014, 12:14:57 pm »
Thanks for your reply, the wordpress/apache installation is local and I have tried both the local IP and the localhost adress for LDAP access. Just to make sure I have tested with telnet on the local shell to port 390 and this connects with no issues so I think the firewall part is not blocking my requests (also there is no timeout in wordpress, it seems to be promptly denied and not blocked imo).

9
Installation and Upgrades / [SOLVED] Wordpress with LDAP Login
« on: February 17, 2014, 10:44:33 am »
I am using Zentyal version 3.3 and trying to set up Simple LDAP to logon to Wordpress but am failing to get it to work. I have set up php5-ldap and got the plugin to work, and also updated the port to 390 but I am not able to get it to authenticate. I do think the LDAP settings are correct (got them from the admin interface and also tried some few variants)

Now I have read and searched and I get the feeling that OpenLDAP in Zentyal 3.x has some security measures in place that I need to configue, maybe some service authentication or authorization of some sort. Is that so? Would Simple LDAP login plugin for Wordpress not work with the new Zentyal?

Sources: http://wordpress.org/plugins/simple-ldap-login/
Zentyal summit: http://www.slideshare.net/exekias/zentyal-customization-templates-hooks-ldap (slide number 25-26)

Based on the slides from the summit this is a config that they use as example ... could this be updated to work with the current version, pretty please?

Also, how do I debug the errors in slapd/OpenLDAP to see what the failure is? I get no errors in apache logs ....

Sorry for all the stupid questions but I think at this point I really need some pointers on how the security in LDAP for Zentyal is configured so that third party applications can use it for authentication.

Thanks for any help!

Pages: [1]