Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
 
Go Back   Zimbra - Forums > Zimbra Collaboration Suite > Administrators

Welcome to the Zimbra - Forums!
Welcome, if you would like to post a comment please register. We also encourage you to explore all things Zimbra with our team and members of the community.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-04-2009, 12:09 AM
Active Member
 
Posts: 31
Default zimbra authentication with fedora directory server

HI guyz ...
i need ur help..
actually i have configured zimbra and fds.nw i want to integrate fds users with zimbra.
the users which i have created in fds should send and recieve mail .this s the concept..

pls help me out guyz
Reply With Quote
  #2 (permalink)  
Old 07-04-2009, 12:14 AM
Zimbra Consultant & Moderator
 
Posts: 12,395
Default

You need to provision the users in your Zimbra server then set Zimbra to use FDS to authenticate users.
__________________
Regards


Bill
Reply With Quote
  #3 (permalink)  
Old 07-04-2009, 01:08 AM
Active Member
 
Posts: 31
Default

hi.
am new to zimbra.can u send me any doccuments links.

can u explain me this "You need to provision the users in your Zimbra server then set Zimbra to use FDS to authenticate users."
Reply With Quote
  #4 (permalink)  
Old 07-04-2009, 01:26 AM
Zimbra Consultant & Moderator
 
Posts: 12,395
Default

I'd suggest you start with the Product Documentation, have a look through the wiki and search the forums for details of scripts that can create a user in Zimbra.
__________________
Regards


Bill
Reply With Quote
  #5 (permalink)  
Old 07-05-2009, 04:59 AM
Active Member
 
Posts: 31
Default

hi
i have created users in zimbra .eventhough its not authenticating with FDS.
my fds is fedora.example.com and my zimbra server is server.example.com
i created some users in FDS. for example say sbabu. and i created users in zimbra for example ,sbabu@fedora.example.com

for authentication purpose i created domain as fedora.example.com and i gave the ldap details .

after when i log in to administration console as sbabu@fedora.example.com,its shows that authentication failed.
Reply With Quote
  #6 (permalink)  
Old 07-05-2009, 05:53 AM
Zimbra Consultant & Moderator
 
Posts: 12,395
Default

Quote:
Originally Posted by bkarthick4u View Post
after when i log in to administration console as sbabu@fedora.example.com,its shows that authentication failed.
Then you've given it the wrong details. Surely what you want to do is authenticate your Zimbra users for the domain which, in your example, should be example.com and you'd want this: dc=example,dc=com defined in the External Authentication set-up. What happens if you do an ldapsearch against your FDS for that user? You should also check this wiki article: LDAP Authentication - Zimbra :: Wiki
__________________
Regards


Bill
Reply With Quote
  #7 (permalink)  
Old 07-05-2009, 06:41 AM
Active Member
 
Posts: 31
Default

hi
exactly what i want is.
the users i created in FDS shud aunthenticate with zimbra.
pls pls help me ..by next week i hav to complete this

In the "Configuration" section of the administration console i created a domain as
fedora.example.com
I select the domain for which to configure authentication(fedora.example.com)
I clicked "Configure Authentication" to initiate the Authentication Configuration Wizard
I Selected "External LDAP" for "Authentication Mechanism". Click "Next
In the LDAP URL box.I typed the FQDN as fedora.example.com as port no as 389.
in the "LDAP filter" box i typed as "%u"
in the "LDAP search base" box i typed as dc=example,dc=com
then i skip to step 10.
it asked for the username and password to the configuration.
so i gave the
username:kbabu(this username i created in FDS)
passwd:***********
during the test,it showiin authentication test failed, and it displays the foll error
javax.naming.directory.InvalidSearchFilterExceptio n: Missing 'equals'; remaining name 'dc=example,dc=com'
at com.sun.jndi.ldap.Filter.encodeSimpleFilter(Filter .java:305)
at com.sun.jndi.ldap.Filter.encodeFilter(Filter.java: 151)
at com.sun.jndi.ldap.Filter.encodeFilterString(Filter .java:55)
at com.sun.jndi.ldap.LdapClient.search(LdapClient.jav a:520)
at com.sun.jndi.ldap.LdapCtx.doSearch(LdapCtx.java:19 44)
at com.sun.jndi.ldap.LdapCtx.searchAux(LdapCtx.java:1 806)
at com.sun.jndi.ldap.LdapCtx.c_search(LdapCtx.java:17 31)
at com.sun.jndi.toolkit.ctx.ComponentDirContext.p_sea rch(ComponentDirContext.java:368)
at com.sun.jndi.toolkit.ctx.PartialCompositeDirContex t.search(PartialCompositeDirContext.java:338)
at javax.naming.directory.InitialDirContext.search(In itialDirContext.java:257)
at com.zimbra.cs.account.ldap.ZimbraLdapContext.searc hDir(ZimbraLdapContext.java:551)
at com.zimbra.cs.account.ldap.LdapUtil.ldapAuthentica te(LdapUtil.java:132)
at com.zimbra.cs.account.ldap.Check.checkAuthConfig(C heck.java:170)
at com.zimbra.cs.service.admin.CheckAuthConfig.handle (CheckAuthConfig.java:46)
at com.zimbra.soap.SoapEngine.dispatchRequest(SoapEng ine.java:429)
at com.zimbra.soap.SoapEngine.dispatch(SoapEngine.jav a:286)
at com.zimbra.soap.SoapEngine.dispatch(SoapEngine.jav a:160)
at com.zimbra.soap.SoapServlet.doPost(SoapServlet.jav a:275)
at javax.servlet.http.HttpServlet.service(HttpServlet .java:727)
at com.zimbra.cs.servlet.ZimbraServlet.service(Zimbra Servlet.java:190)
at javax.servlet.http.HttpServlet.service(HttpServlet .java:820)
at org.mortbay.jetty.servlet.ServletHolder.handle(Ser vletHolder.java:487)
at org.mortbay.jetty.servlet.ServletHandler$CachedCha in.doFilter(ServletHandler.java:1093)
at org.mortbay.servlet.UserAgentFilter.doFilter(UserA gentFilter.java:81)
at org.mortbay.servlet.GzipFilter.doFilter(GzipFilter .java:132)
at org.mortbay.jetty.servlet.ServletHandler$CachedCha in.doFilter(ServletHandler.java:1084)
at org.mortbay.jetty.servlet.ServletHandler.handle(Se rvletHandler.java:360)
at org.mortbay.jetty.security.SecurityHandler.handle( SecurityHandler.java:216)
at org.mortbay.jetty.servlet.SessionHandler.handle(Se ssionHandler.java:181)
at org.mortbay.jetty.handler.ContextHandler.handle(Co ntextHandler.java:716)
at org.mortbay.jetty.webapp.WebAppContext.handle(WebA ppContext.java:406)
at org.mortbay.jetty.handler.ContextHandlerCollection .handle(ContextHandlerCollection.java:211)
at org.mortbay.jetty.handler.HandlerCollection.handle (HandlerCollection.java:114)
at org.mortbay.jetty.handler.HandlerWrapper.handle(Ha ndlerWrapper.java:139)
at org.mortbay.jetty.handler.rewrite.RewriteHandler.h andle(RewriteHandler.java:350)
at org.mortbay.jetty.handler.HandlerWrapper.handle(Ha ndlerWrapper.java:139)
at org.mortbay.jetty.Server.handle(Server.java:313)
at org.mortbay.jetty.HttpConnection.handleRequest(Htt pConnection.java:506)
at org.mortbay.jetty.HttpConnection$RequestHandler.co ntent(HttpConnection.java:844)
at org.mortbay.jetty.HttpParser.parseNext(HttpParser. java:644)
at org.mortbay.jetty.HttpParser.parseAvailable(HttpPa rser.java:211)
at org.mortbay.jetty.HttpConnection.handle(HttpConnec tion.java:381)
at org.mortbay.io.nio.SelectChannelEndPoint.run(Selec tChannelEndPoint.java:396)
at org.mortbay.thread.BoundedThreadPool$PoolThread.ru n(BoundedThreadPool.java:442)
pls pls help me out
thanks in advance
Reply With Quote
  #8 (permalink)  
Old 07-05-2009, 11:52 AM
Elite Member
 
Posts: 411
Default

Can you post the output of :-
zmprov gd fedora.example.com | grep -i auth
Reply With Quote
  #9 (permalink)  
Old 07-05-2009, 11:12 PM
Active Member
 
Posts: 31
Default

wen i give this command
"zmprov gd fedora.example.com | grep -i auth" and getting output as

zimbraAdminConsoleLDAPAuthEnabled: FALSE
zimbraAuthLdapSearchBase: dc=example,dc=com
zimbraAuthLdapSearchFilter: uid=%u
zimbraAuthLdapURL: ldap://10.0.0.16:389
zimbraAuthMech: ldap

nw am getting authentication test successful.

nw my question is why am getting
"zimbraAdminConsoleLDAPAuthEnabled: FALSE"
Reply With Quote
  #10 (permalink)  
Old 07-05-2009, 11:22 PM
Active Member
 
Posts: 31
Default

hi
nw am able to authenticate zimbra with fedora directory server.
my zimbra server is server.example.com nw my query is in administration console i can able to log in with the usename(by default) admin@server.example.com

but i cant able to log in as kbabu@fedora.example.com(this user i created in FDS)

is it possible to log in as kbabu@fedora.example.com ?????
bcause my authentication test between zimbra and FDS was successful.
Reply With Quote
Reply


Thread Tools
Display Modes


Similar Threads

Why Join?

Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.

Zimbrablog.com