Re: [SOGo] sogo login issue.

2013-05-08 Thread Deepak Kumar
Hi Andre, Still I am facing issue with IMAP authentication. I have searched on google but did not find any solution. Can you please help me to out to solve this issue. *Sogo Configuration file..* ?xml version=1.0 encoding=UTF-8? !DOCTYPE plist PUBLIC -//GNUstep//DTD plist 0.9//EN

Re: [SOGo] sogo login issue.

2013-05-08 Thread Philipp v. Strobl-Albeg
Hi, two questions: 1. Don't you need a password for bind to ldap ? (one should know, that dovecot only needs login to ldap to check if mail-address is known. After that it makes a self-bind with login-credentials (so cn=admin don't need to see the password of users) 2. Did you try

Re: [SOGo] sogo login issue.

2013-05-08 Thread Deepak Kumar
Hi Philipp, Thanks for your quick reply I have executed the command as provided by you then entered the password of LDAP administrator. It is showing the below details. extended LDIF # # LDAPv3 # base dc=mail,dc=example,dc=org with scope subtree # filter: ((objectClass=posixAccount)(uid=%u))

Re: [SOGo] sogo login issue.

2013-05-08 Thread Philipp v. Strobl-Albeg
Hi, so there is a problem with LDAP. Try slapcat an search for the same info, you are looking for with the ldapsearch. Is it really there ? Try ldapearch with other filter (at the end) (objectClass=*). Perghaps you didn't use posixAccount objectclass or your DN ist with mail= instead of

Re: [SOGo] sogo login issue.

2013-05-08 Thread Deepak Kumar
Hi, sudo ldapsearch -h localhost -p 3389 -x -D cn=admin,dc=example,dc=org -b dc=mail,dc=example,dc=org -W ((objectClass=IntOrgPerson)(uid=%u)) Enter LDAP Password: I have executed the above command it is showing the below output. # extended LDIF # # LDAPv3 # base dc=mail,dc=cognam,dc=org with

Re: [SOGo] sogo login issue.

2013-05-08 Thread André Schild
Am 08.05.2013 12:27, schrieb Deepak Kumar: Hi, sudo ldapsearch -h localhost -p 3389 -x -D cn=admin,dc=example,dc=org -b dc=mail,dc=example,dc=org -W ((objectClass=IntOrgPerson)(uid=%u)) Replace the %u with the UID (for example sogo or staneja) André -- users@sogo.nu

Fwd: [SOGo] sogo login issue.

2013-05-08 Thread Deepak Kumar
Hi, sudo ldapsearch -h localhost -p 3389 -x -D cn=admin,dc=example,dc=org -b dc=mail,dc=example,dc=org -W ((objectClass=IntOrgPerson)(uid=%u)) Enter LDAP Password: I have executed the above command it is showing the below output. # extended LDIF # # LDAPv3 # base dc=mail,dc=example,dc=org with

Re: [SOGo] sogo login issue.

2013-05-08 Thread Deepak Kumar
Hi, Thanks for the quick reply. please find the below output. *sudo ldapsearch -h localhost -p 3389 -x -D cn=admin,dc=example,dc=org -b dc=mail,dc=example,dc=org -W ((objectClass=IntOrgPerson)(uid=sogo))* *Enter LDAP Password:* *# extended LDIF* *#* *# LDAPv3* *# base dc=mail,dc=example,dc=org

Re: Fwd: [SOGo] sogo login issue.

2013-05-08 Thread deepak
Hi i can see a typo. you have mentioned IntOrgPerson, it should be InetOrgPerson. e is missing. Regards Deepak DeeprootLinux -- users@sogo.nu https://inverse.ca/sogo/lists

Re: [SOGo] sogo login issue.

2013-05-08 Thread deepak
Hi deepak, you are still using IntOrgPerson, it should be inetOrgPerson Regards Deepak DeeprootLinux -- users@sogo.nu https://inverse.ca/sogo/lists

Re: [SOGo] sogo login issue.

2013-05-08 Thread Philipp Strobl
Hi, You using the wrong base. In the ldap dB there is no base Mail= Try the Base of staneja (ou=users...) Best Philipp Am 08.05.2013 um 12:32 schrieb Deepak Kumar dku...@cognam.com: Hi, sudo ldapsearch -h localhost -p 3389 -x -D cn=admin,dc=example,dc=org -b

[SOGo] sogo login issue.

2013-05-03 Thread Deepak Kumar
Hi, I am stuck up installation of sogo server. I have installed all the software when I run the sogod application it is showing the below mentioned error on the terminal. Once I login in the sogo server it is displaying *object not found:SOGO. * Please help me out to solve this issue. Any help

Re: [SOGo] sogo login issue.

2013-05-03 Thread Christian Mack
Hello Deepak Kumar Am 2013-05-03 14:18, schrieb Deepak Kumar: Hi, I am stuck up installation of sogo server. I have installed all the software when I run the sogod application it is showing the below mentioned error on the terminal. Once I login in the sogo server it is displaying

Re: [SOGo] sogo login issue.

2013-05-03 Thread Deepak Kumar
Hi Christian, Thanks for your reply. memcached status is runing. Please find the sogod configuration. ?xml version=1.0 encoding=UTF-8? !DOCTYPE plist PUBLIC -//GNUstep//DTD plist 0.9//EN http://www.gnustep.org/plist-0_9.xml; plist version=0.9 dict keyNSGlobalDomain/key dict /dict

Re: [SOGo] sogo login issue.

2013-05-03 Thread Christian Mack
Am 2013-05-03 14:48, schrieb Deepak Kumar: memcached status is runing. Please find the sogod configuration. ... Your configuration lacks the whole IMAP settings. Authentication under SOGoUserSources lacks keytype/key stringldap/string Logging seems OK. Also the following in your

Re: [SOGo] sogo login issue.

2013-05-03 Thread Deepak Kumar
Hi Christian, Thanks Now I am able to login in sogo. But once i login to sogo, its not displaying folders (Inbox,sent etc..). I looked into logs and I found the ÍMAP4 login failed errors as per below errors on the terminal. Please help me out to solve this issue. Logs: IMAP4 login failed:

Re: [SOGo] sogo login issue.

2013-05-03 Thread André Schild
Hello Kumar, Am 03.05.2013 16:29, schrieb Deepak Kumar: Hi Christian, Thanks Now I am able to login in sogo. But once i login to sogo, its not displaying folders (Inbox,sent etc..). I looked into logs and I found the ÍMAP4 login failed errors as per below errors on the terminal. Please

Re: [SOGo] sogo login issue.

2013-05-03 Thread Ravi Kanchan
Kumar dku...@cognam.com To: users@sogo.nu Sent: Friday, 3 May 2013 5:48 PM Subject: [SOGo] sogo login issue. Hi, I am stuck up installation of sogo server. I have installed all the software when I run the sogod application it is showing the below mentioned error on the terminal. Once I login