Hallo zusammen,
gibt es im OTRS eine möglichkeit eine Backupverbindung zur AD(LDAP) zu Konfigurieren?
Das man mehrere Kunden DBs anbinden kann weiß ich, aber ich will das wenn die Verbindung zu unserem Lokalen AD Server nicht da ist, das dann OTRS auf unseren Haupt-AD Server im Ausland geht.
Jemand eine Idee?
Gruß
-Bio
Backup LDAP Verbindung
-
- Znuny newbie
- Posts: 50
- Joined: 24 Aug 2007, 11:53
Backup LDAP Verbindung
Win2003 Standart Server RC 2
OTRS 3.0.11 & ITSM 3.0.5
OTRS 3.0.11 & ITSM 3.0.5
Backup LDAP Verbindung
als 2. Server anlegen und jeweils die auf 0 setzen für die LDAP Anbindung...
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
-
- Znuny newbie
- Posts: 50
- Joined: 24 Aug 2007, 11:53
Backup LDAP Verbindung
Werd ich ausprobieren sobald unserer AD wieder da istjojo wrote:als 2. Server anlegen und jeweils die auf 0 setzen für die LDAP Anbindung...

Win2003 Standart Server RC 2
OTRS 3.0.11 & ITSM 3.0.5
OTRS 3.0.11 & ITSM 3.0.5
-
- Znuny newbie
- Posts: 50
- Joined: 24 Aug 2007, 11:53
Backup LDAP Verbindung
Hi
Ähm wie genau mach ich das denn?
Die LDAP anbindung wird ja in der Config über das Modul Customer::AuthModule gemacht.
Kann man das über das Backend bewerkstelligen? Oder Muss noch etwas in die Config?
Ähm wie genau mach ich das denn?
Die LDAP anbindung wird ja in der Config über das Modul Customer::AuthModule gemacht.
Kann man das über das Backend bewerkstelligen? Oder Muss noch etwas in die Config?
Win2003 Standart Server RC 2
OTRS 3.0.11 & ITSM 3.0.5
OTRS 3.0.11 & ITSM 3.0.5
-
- Znuny newbie
- Posts: 50
- Joined: 24 Aug 2007, 11:53
Re: Backup LDAP Verbindung
Lange ist es her aber hier eine Antwort:
In der kernel\config.pm:
eine eignene Array mit den Ldap-Hosts einfügen:
nun überall bei LDAP hosts dieses Array eintragen:
Gruß
Bio
In der kernel\config.pm:
eine eignene Array mit den Ldap-Hosts einfügen:
Code: Select all
my @ldaphosts = ( 'ads01.net', 'ads02.net', 'ads03.net');
nun überall bei LDAP hosts dieses Array eintragen:
Code: Select all
$Self->{CustomerUser} = {
Module => 'Kernel::System::CustomerUser::LDAP',
Params => {
Host => \@ldaphosts,
Bio
Win2003 Standart Server RC 2
OTRS 3.0.11 & ITSM 3.0.5
OTRS 3.0.11 & ITSM 3.0.5