Re: [otrs] LDAP Authentication

2014-09-08 Thread Sune T. Tougaard
t Gerald links to. -- /S From: otrs-boun...@otrs.org [mailto:otrs-boun...@otrs.org] On Behalf Of Gerald Young Sent: 8. september 2014 12:37 To: User questions and discussions about OTRS. Subject: Re: [otrs] LDAP Authentication There isn't any provision for that because unless you're usi

Re: [otrs] LDAP Authentication

2014-09-08 Thread Gerald Young
There isn't any provision for that because unless you're using domain names in the username, how would you know? As for unavailable LDAP, that's a problem in general. If there are fallback servers for ldap in a given domain, you might be able to provide a list: http://forums.otterhub.org/viewtopic

Re: [otrs] LDAP AUTHENTICATION ISSUE

2013-01-02 Thread Gerald Young
Here's some more LDAP troubleshooting: http://forums.otterhub.org/viewtopic.php?f=60&t=16543 On Wed, Jan 2, 2013 at 3:52 AM, Steven Carr wrote: > See... http://doc.otrs.org/3.0/en/html/auth-backends.html > > You've configured the wrong thing, you have configured Customer users > to use LDAP not

Re: [otrs] LDAP AUTHENTICATION ISSUE

2013-01-02 Thread Steven Carr
See... http://doc.otrs.org/3.0/en/html/auth-backends.html You've configured the wrong thing, you have configured Customer users to use LDAP not the Agent users. And the reason it failed to compile the perl code is that what you have specific is not valid syntax for perl. Steve On 2 January 2

Re: [otrs] LDAP authentication problem (Urgent)

2009-10-29 Thread Dejan Miklavcic
Hi Altarangel, Did you check that all your users have email in AD ? I had similar problems because of lack of emails entered. rgds, Dejan Miklavcic - OTRS mailing list: otrs - Webpage: http://otrs.org/ Archive: http://lists.otrs

Re: [otrs] LDAP authentication problem (Urgent)

2009-10-28 Thread Altangerel
Maurer, Hermann wrote: Hi, sorry, I cannot help you with this issue, because our agents are using a SSO solution to login and therefore: $Self->{'AuthModule'} = 'Kernel::System::Auth::HTTPBasicAuth'; What does ldapsearch say for agents, who can login and who cannot? Please use ldapsearch as w

Re: [otrs] LDAP authentication problem (Urgent)

2009-10-28 Thread Maurer, Hermann
erel Sent: Mittwoch, 28. Oktober 2009 09:33 To: User questions and discussions about OTRS. Subject: Re: [otrs] LDAP authentication problem (Urgent) Hi Maurer, Thank you for your reply :). I am using LDAP backend for customer users successfully too. My problem is in LDAP backend for agents. Some

Re: [otrs] LDAP authentication problem (Urgent)

2009-10-28 Thread Altangerel
Hi Maurer, Thank you for your reply :). I am using LDAP backend for customer users successfully too. My problem is in LDAP backend for agents. Some agents can log in OTRS successfully. LDAP search is working properly for some agents and OTRS stored user information on local db. I've not seen

Re: [otrs] LDAP authentication problem (Urgent)

2009-10-28 Thread Maurer, Hermann
Hi Altangerel, we're using MS ADS (Windows 2003 servers) as LDAP backend for OTRS very successfully. I'm sending the appropriate section of our configuration, which we haven't have any problems yet with, like you described. $Self->{CustomerUser} = { Name => 'LDAP Backend',

Re: [otrs] LDAP authentication problem

2009-10-20 Thread Maurer, Hermann
phonenumber', 1, 0, 'var', '', 0 ], [ 'UserAddress','Address','postaladdress', 1, 0, 'var', '', 0 ], [ 'UserComment', 'Comment','description', 1,

Re: [otrs] LDAP authentication problem

2009-10-18 Thread Altangerel
Hi, Maurer, thank you for your valuable reply :). I've solved my problem by following your suggest. I'm using Windows 2003 server. I faced another problem. By enabling LDAP authentication for agents, I could not log in as admin user he he. To solve this problem, I've decided to use LDAP authen

Re: [otrs] LDAP authentication problem

2009-10-15 Thread Maurer, Hermann
Hi, I assume, you've read this: http://doc.otrs.org/2.4/en/html/x1835.html#configuration-agent-auth-back end-ldap. Which server are you using as LDAP Backend? For MS ADS you do need the following: $Self->{'AuthModule::LDAP::UID'} = 'cn'; Please make sure, that you really can search in your LDAP (

Re: [otrs] LDAP authentication not working

2009-04-25 Thread Reto Mueller
Hi, there are any entries in the otrs log? regards, Reto Emily Flynn wrote: Hi, I can't seem to get LDAP authentication working for customer users. It is a Windows 2000 domain with 2 domain controllers. Can anyone see where I might be going wrong...? Thanks Emily # ---

Re: [otrs] LDAP authentication not working - Solved

2009-04-24 Thread Emily Flynn
Hi, By putting the domain name before UserDN, LDAP started working : ) $Self->{'Customer::AuthModule::LDAP::SearchUserDN'} = 'MyDomain\ otrsldap'; $Self->{'Customer::AuthModule::LDAP::SearchUserPw'} = 'password'; Thanks Emily - Forwarded by Emily Flynn/ZB/Ireland/Zurich on 24/04/200

Re: [otrs] LDAP authentication not working

2009-04-22 Thread Frans Stekelenburg
: woensdag 22 april 2009 11:25 To: User questions and discussions about OTRS. Subject: Re: [otrs] LDAP authentication not working Many thanks for that reply Andres, I am running OTRS on a Windows Server 2003 RS2 box, so I don't think open-ldap will work for me? Kind Regards, Emily

Re: [otrs] LDAP authentication not working

2009-04-22 Thread Emily Flynn
To "User questions and discussions about OTRS." cc Subject Re: [otrs] LDAP authentication not working Try uncommenting the lines for the search user: # $Self->{'Customer::AuthModule::LDAP::SearchUserDN'} = 'otrsldap'; # $Self->{'Customer::AuthModule:

Re: [otrs] LDAP authentication not working

2009-04-22 Thread Emily Flynn
353 1 4179266 Fax: 00353 1 4179201 Email: emily.fl...@zurichbank.com Andres Tarallo Sent by: otrs-boun...@otrs.org 21/04/2009 20:15 Please respond to "User questions and discussions about OTRS." To "User questions and discussions about OTRS." cc Subject Re: [otrs] LDAP a

Re: [otrs] LDAP authentication not working

2009-04-21 Thread Andres Tarallo
If I were you I will first try to bind to the LDAP servers. Do that from the command line, with the tools of open-ldap. Andrés 2009/4/21 Emily Flynn > > Hi, > > I can't seem to get LDAP authentication working for customer users. > > It is a Windows 2000 domain with 2 domain controllers. > > Ca

Re: [otrs] LDAP authentication not working

2009-04-21 Thread Matthew Coulson
Try uncommenting the lines for the search user: # $Self->{'Customer::AuthModule::LDAP::SearchUserDN'} = 'otrsldap'; # $Self->{'Customer::AuthModule::LDAP::SearchUserPw'} = 'password'; Should be: $Self->{'Customer::AuthModule::LDAP::SearchUserDN'} = 'otrsldap'; $Self->{'Customer::AuthModule::LDAP

Re: [otrs] LDAP authentication (tentatively solved)

2008-05-29 Thread Nils Breunese (Lemonbit)
Mike Hoye wrote: Thanks, Brett. Sadly, that gave me no love, but I think I've figured out what the problem is. It looks like on my system (stock Ubuntu Gutsy, which probably means everywhere Debiannish...) the Defaults.pm contents in /usr/share/ otrs/Kernel/Config are stomping on my carefull

Re: [otrs] LDAP authentication.

2008-05-29 Thread Mike Hoye
��^��v��֥�p�Ǜ�֩��ޞ�r��l���(�\�םo)�~*N���kz�Ri�r����ޙ�薋�n�H�~(.��h��!j�az��nW���-��$�X�z���̬�鬶�$Q���᮶̰�'!��i�r�槱�ޯ,!z��y���x���^ �ں[l�g(�ק�ȧ��+��Z��趻?)��z_¢w޲�&�)��y�q��~�e���~םr�ߊ �jب�*'~()�)�z�?Cy)�+'�)�z�?�{*.v�b�H�‹�u^n&��+-zf��欶�"��(�g���z�� �z

Re: [otrs] LDAP authentication (tentatively solved)

2008-05-29 Thread Mike Hoye
���6z�]�z#z�(��+'�|+� ����W� �

Re: [otrs] LDAP authentication.

2008-05-28 Thread Brett Davis
Try: $Self->{'Customer::AuthModule::LDAP::UID'} = 'sAMAccountName'; Brett Davis -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mike Hoye Sent: Wednesday, May 28, 2008 15:40 To: otrs@otrs.org Subject: [otrs] LDAP authentication. Hi, I'm struggling to

Re: [otrs] LDAP Authentication

2008-04-14 Thread Shawn Beasley
Ammad Shah schrieb: I am getting errors in /var/log/messages . Apr 10 18:14:26 gateway OTRS-CGI-10[16713]: [Notice][Kernel::System::Auth::DB::Auth] User: mammad doesn't exist or is invalid!!! (REMOTE_ADDR: 127.0.0.1) Why its looking for local, while i configured it to LDAP authenticaiton.

RE: [otrs] LDAP Authentication of Agents

2008-03-26 Thread Sune T. Tougaard
:14 To: User questions and discussions about OTRS.org Subject: Re: [otrs] LDAP Authentication of Agents What errors are you getting? Post the complete errors to your email. Also, make sure you have ldap working correctly before you use it to authorize and authenticate users. On Tue, Mar

Re: [otrs] LDAP Authentication of Agents

2008-03-25 Thread Ezra Taylor
What errors are you getting? Post the complete errors to your email. Also, make sure you have ldap working correctly before you use it to authorize and authenticate users. On Tue, Mar 25, 2008 at 9:31 AM, ammad shah <[EMAIL PROTECTED]> wrote: > * i did alot of configuratios foudn on internet,

RE: [otrs] LDAP authentication howto?

2008-01-10 Thread Bart Verstricht
I suggest reading my tutorial, from beginning to end! http://trinityhome.org/Home/index.php?wpid=95&front_id=18 Regards, Bart Verstricht Interdiocesaan Centrum ICT / Netwerk Handelsstraat 72 1040 Brussel Tel.: 025099770 -Oorspronkelijk bericht- Van: [EMAIL PROTECTED] [mailto:[EMAIL PROT

RE: [otrs] LDAP authentication howto?

2008-01-10 Thread Lars Jørgensen
> I am following the official documentation, and trying to put > in the code in > Config.pm to set up LDAP authentication, but nothing is > working. Is there a > better document I can follow for noobs? Or any advice people > can offer. The documentation may be sketchy on this, but following t

RE: [otrs] LDAP Authentication

2006-11-28 Thread Miller, Tim
ount. What errors are you seeing there? -Tim -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mike Pietersen Sent: Wednesday, November 22, 2006 12:33 PM To: User questions and discussions about OTRS.org Subject: RE: [otrs] LDAP Authentication Tim, How do

RE: [otrs] LDAP Authentication

2006-11-22 Thread Mike Pietersen
scussions about OTRS.org Subject: RE: [otrs] LDAP Authentication I am no expert in giving a step by step, but here is a copy of my config.pm file which is working for customer LDAP auth via my Windows AD domain... hope it helps: As always, make a backup copy of the original Config.pm file b

Re: [otrs] LDAP Authentication

2006-11-22 Thread Rolandas Juodzbalis
Franz Ferdinand Esberger wrote: > I posted this before in this list together with my (working) > configuration (openldap 2.2), pls search the archives... > > hth > FranzF > I believe this is case for wiki to get all this stuff in one place. Rolandas _

Re: [otrs] LDAP Authentication

2006-11-22 Thread Franz Ferdinand Esberger
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I posted this before in this list together with my (working) configuration (openldap 2.2), pls search the archives... hth FranzF VI - Mario Tonin schrieb: > > > Is there anyone who can give me a step-by-step guide to configure > ldap autentiation fo

RE: [otrs] LDAP Authentication

2006-11-22 Thread Miller, Tim
I am no expert in giving a step by step, but here is a copy of my config.pm file which is working for customer LDAP auth via my Windows AD domain... hope it helps: As always, make a backup copy of the original Config.pm file before you start modifying I created a user account in AD called

Re: [otrs] LDAP Authentication issues

2005-08-30 Thread Ken Kilgore
I had the same problem on my setup as well.  I was able to get it working.  Here is the configuration I have.     $Self->{'AuthModule'} = 'Kernel::System::Auth::LDAP';     $Self->{'AuthModule::LDAP::Host'} = 'dc1.exampleAD.com';     $Self->{'AuthModule::LDAP::BaseDN'} = 'ou=People,dc=exampleAD

Re: [otrs] ldap authentication

2004-10-15 Thread Robin Mordasiewicz
On Fri, 15 Oct 2004, Erol YILDIZ wrote: I have configured otrs to use ldap for authentication and when I try to login a user it says "Panic! No UserData!!!" any ideas? I saw this when I configured my otrs with ldap a couple weeks ago. I cannot remember exactly what I did but maybe you can check the

RE: [otrs] LDAP Authentication Failover

2004-05-11 Thread Thomas Nilsen
nd restart it.. Thomas >-Original Message- >From: Robert Kehl [mailto:[EMAIL PROTECTED] >Sent: Monday, May 10, 2004 10:08 PM >To: User questions and discussions about OTRS. >Subject: Re: [otrs] LDAP Authentication Failover > > >On Monday, May 10, 2004 8:19 PM &g

Re: [otrs] LDAP Authentication Failover

2004-05-10 Thread Robert Kehl
On Monday, May 10, 2004 8:19 PM Tyler Hepworth <[EMAIL PROTECTED]> wrote: > I do my agent and customer authentication off of Active Directory via > LDAP. Occassionally, the DC that I am pointing at will be offline. > When that happens, the entire OTRS program is unusable. To get back > online, I h