LDAP Anbindung - Welche File?

Hilfe zu Znuny Problemen aller Art
Locked
f_larcher
Znuny newbie
Posts: 8
Joined: 26 Jun 2007, 08:51

LDAP Anbindung - Welche File?

Post by f_larcher »

Hallo,

stehe wohl etwas auf dem Schlauch. Habe hier in der Doku folgenden Beispielcode gefunden und an unsere Bedürfnisse angepasst

http://doc.otrs.org/2.1/de/html/x1532.h ... ckend-ldap

Nun meine frage, in welche File muss ich den Code kopieren?

Sorry für die dumme frage :(
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

LDAP Anbindung - Welche File?

Post by jojo »

Config.pm
"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
Markus
Znuny newbie
Posts: 7
Joined: 01 Aug 2007, 12:33

LDAP Anbindung - Welche File?

Post by Markus »

sorry.. aber kommt der Code nicht in die Defaults.pm?
Andre Bauer
Znuny guru
Posts: 2189
Joined: 08 Dec 2005, 17:01
Znuny Version: 5.0.x
Real Name: André Bauer
Company: Magix Software GmbH
Location: Dresden
Contact:

LDAP Anbindung - Welche File?

Post by Andre Bauer »

Nein auf keinen Fall!!!!

Bitte ließ die Doku!
Prod: Ubuntu Server 16.04 / Zammad 1.2

DO NOT PM ME WITH OTRS RELATED QUESTIONS! ASK IN THE FORUMS!

OtterHub.org
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

LDAP Anbindung - Welche File?

Post by jojo »

Nein, die Defaults.pm wird nicht verändert (wie auch deutlich in ihr zu lesen ist):

# --
# Kernel/Config/Defaults.pm - Default Config file for OTRS kernel
# Copyright (C) 2001-2007 OTRS GmbH, http://otrs.org/
# --
# $Id: Defaults.pm,v 1.272 2007/07/26 14:15:30 martin Exp $
# --
# This software comes with ABSOLUTELY NO WARRANTY. For details, see
# the enclosed file COPYING for license information (GPL). If you
# did not receive this file, see http://www.gnu.org/licenses/gpl.txt.
# --
#
# Note:
# -->> Don't edit this file! Copy your needed settings into
# Kernel/Config.pm. Kernel/Config.pm will not be updated. <<--
#
# -->> All changes of this file will be lost after an update! <<--
#
# Attention:
# -->> Ticket Settings are in Kernel/Config/Files/Ticket.pm <<--
# --
"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
Markus
Znuny newbie
Posts: 7
Joined: 01 Aug 2007, 12:33

LDAP Anbindung - Welche File?

Post by Markus »

ups.... wer lesen kann, ist natürlich klar im Vorteil... ;)

Verzeiht! ^^
Locked