{"id":47,"date":"2008-06-04T17:39:07","date_gmt":"2008-06-04T10:39:07","guid":{"rendered":"http:\/\/blog.iwayvietnam.com\/tuanta\/2008\/06\/04\/configure-vtigercrm-to-authenticate-users-using-openldap-running-inside-zimbra-server\/"},"modified":"2008-06-04T17:40:03","modified_gmt":"2008-06-04T10:40:03","slug":"configure-vtigercrm-to-authenticate-users-using-openldap-running-inside-zimbra-server","status":"publish","type":"post","link":"https:\/\/blog.iwayvietnam.com\/tuanta\/2008\/06\/configure-vtigercrm-to-authenticate-users-using-openldap-running-inside-zimbra-server\/","title":{"rendered":"Configure vTigerCRM to authenticate users using OpenLDAP (running inside Zimbra server)"},"content":{"rendered":"<p>vTiger itself supports to authenticate with LDAP users in the core. However, the authLDAP module need to be added to get this works.<\/p>\n<p>Please do following steps:<\/p>\n<ol>\n<li>Download authLDAP at: http:\/\/forums.vtiger.com\/download.php?id=278&amp;sid=fc740e44553f4f8ba3aaf01a620019f0<\/li>\n<li>Extract and copy the folder authLdap to modules\/Users\/<\/li>\n<li>Enable LDAP authentication in config.inc.php by adding this code (below the DB settings):<\/li>\n<\/ol>\n<blockquote><p><code>\/\/AUTHCFG<br \/>\n$AUTHCFG['authType'] = 'LDAP';\u00a0 \/\/Can either by LDAP, AD, or SQL<br \/>\n\/\/Config Options for LDAP<br \/>\n$AUTHCFG['ldap_host'] = 'z.iwayvietnam.com';<br \/>\n$AUTHCFG['ldap_port'] = 389;<br \/>\n$AUTHCFG['ldap_basedn'] = 'dc=iwayvietnam,dc=com';<br \/>\n$AUTHCFG['ldap_uid'] = 'uid';\u00a0 \/\/can be CN or UID depending on ldap install<br \/>\n$AUTHCFG['ldap_username'] = NULL;<br \/>\n$AUTHCFG['ldap_pass'] = NULL;<\/code><\/p><\/blockquote>\n","protected":false},"excerpt":{"rendered":"<p>vTiger itself supports to authenticate with LDAP users in the core. However, the authLDAP module need to be added to get this works. Please do following steps: Download authLDAP at: http:\/\/forums.vtiger.com\/download.php?id=278&amp;sid=fc740e44553f4f8ba3aaf01a620019f0 Extract and copy the folder authLdap to modules\/Users\/ Enable LDAP authentication in config.inc.php by adding this code (below the DB settings): \/\/AUTHCFG $AUTHCFG[&#8216;authType&#8217;] =<a class=\"more-link\" href=\"https:\/\/blog.iwayvietnam.com\/tuanta\/2008\/06\/configure-vtigercrm-to-authenticate-users-using-openldap-running-inside-zimbra-server\/\">Continue reading <span class=\"screen-reader-text\">&#8220;Configure vTigerCRM to authenticate users using OpenLDAP (running inside Zimbra server)&#8221;<\/span><\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4,17],"tags":[],"class_list":["post-47","post","type-post","status-publish","format-standard","hentry","category-tips","category-zimbra","entry"],"_links":{"self":[{"href":"https:\/\/blog.iwayvietnam.com\/tuanta\/wp-json\/wp\/v2\/posts\/47"}],"collection":[{"href":"https:\/\/blog.iwayvietnam.com\/tuanta\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.iwayvietnam.com\/tuanta\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.iwayvietnam.com\/tuanta\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.iwayvietnam.com\/tuanta\/wp-json\/wp\/v2\/comments?post=47"}],"version-history":[{"count":0,"href":"https:\/\/blog.iwayvietnam.com\/tuanta\/wp-json\/wp\/v2\/posts\/47\/revisions"}],"wp:attachment":[{"href":"https:\/\/blog.iwayvietnam.com\/tuanta\/wp-json\/wp\/v2\/media?parent=47"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.iwayvietnam.com\/tuanta\/wp-json\/wp\/v2\/categories?post=47"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.iwayvietnam.com\/tuanta\/wp-json\/wp\/v2\/tags?post=47"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}