Hallo wecky,
leider bekomme ich keine Infos anzegeigt nur das:
-----
Ergebnis Abfrage samaccountname=meinuser
-----
Habe die Daten aus der Config.pm uebernommen.
Habe auch versucht Ldap-AbfrageUser: view
zu suchen, das gleiche.
Was mach ich falsch ?
Danke
ds2k5
Search found 8 matches
- 23 Nov 2006, 09:53
- Forum: Hilfe
- Topic: OTRS 2.1.2 an MS Windows 2003 ADS anbinden
- Replies: 12
- Views: 6456
- 13 Nov 2006, 10:07
- Forum: Hilfe
- Topic: OTRS 2.1.2 an MS Windows 2003 ADS anbinden
- Replies: 12
- Views: 6456
hallo wecky, >der Admin wird sich nicht anmelden lassen, weil er in deinem AD nicht >vorhanden ist. (No User Data) oder was auch Probleme gibt, er hat keine >Emailadresse. es war aber mein user aus der AD mit dem ich mich anmelden wollte ! >Wenn du mit den Ad-Tools dein Konto dir anschaust haben tu ...
- 02 Nov 2006, 16:53
- Forum: Hilfe
- Topic: OTRS 2.1.2 an MS Windows 2003 ADS anbinden
- Replies: 12
- Views: 6456
hallo wecky, habe es mit deinem beispiel probiert: $Self->{'AuthModule'} = 'Kernel::System::Auth::LDAP'; $Self->{'AuthModule::LDAP::Host'} = 'adssrv.unseredomain.de'; $Self->{'AuthModule::LDAP::BaseDN'} = 'DC=unseredomain,DC=de'; $Self->{'AuthModule::LDAP::UID'} = 'sAMAccountName'; $Self->{'AuthModu...
- 24 Oct 2006, 08:51
- Forum: Hilfe
- Topic: OTRS 2.1.2 an MS Windows 2003 ADS anbinden
- Replies: 12
- Views: 6456
hallo wecky, danke fuer den TIP also so: # ---------------------------------------------------- # # Admin Authentifizirung via LDAP # # ---------------------------------------------------- # $Self->{'AuthModule'} = 'Kernel::System::Auth::LDAP'; $Self->{'AuthModule::LDAP::Host'} = 'adssrv.unseredomai...
- 20 Oct 2006, 12:26
- Forum: Hilfe
- Topic: OTRS 2.1.2 an MS Windows 2003 ADS anbinden
- Replies: 12
- Views: 6456
Damit tut der Login am Customer Portal: (wie muss man das umscheiben fuer das adminportal ???) # ---------------------------------------------------- # # Customer Authentifizirung via LDAP # # ---------------------------------------------------- # $Self->{'Customer::AuthModule'} = 'Kernel::System::C...
- 20 Oct 2006, 09:48
- Forum: Hilfe
- Topic: OTRS 2.1.2 an MS Windows 2003 ADS anbinden
- Replies: 12
- Views: 6456
- 20 Oct 2006, 09:42
- Forum: Hilfe
- Topic: OTRS 2.1.2 an MS Windows 2003 ADS anbinden
- Replies: 12
- Views: 6456
OTRS 2.1.2 an MS Windows 2003 ADS anbinden
Hall Zusammen, ich habe im Forum eine CFG fuer ADS Anbindung gefunden. Habe es fuer unsere ADS angepasst. Sie so aus: opt/otrs/Kernel/Config.pm $Self->{'AuthModule'} = 'Kernel::System::Auth::LDAP'; $Self->{'AuthModule::LDAP::Host'} = '192.168.1.240'; $Self->{'AuthModule::LDAP::BaseDN'} = 'OU=userg1,...
- 20 Oct 2006, 08:42
- Forum: Hilfe
- Topic: authentifizieren von Agenten über LDAP
- Replies: 1
- Views: 1904