OTRS with MS only

Moderator: crythias

Locked
rayman
Znuny newbie
Posts: 4
Joined: 19 Jan 2013, 22:27
Znuny Version: OTRS 3.1.12

OTRS with MS only

Post by rayman »

Hello
i'm the happy guy who has to implement OTRS in our environment.

I have some questions. Can i download or install OTRS with out apache and mysql? I want to run OTRS with an MSSQL and IIS. The next thing is how secure is the login over AD, when the OTRS-server is in the DMZ?
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: OTRS with MS only

Post by crythias »

Yes. Download the source. But you'll need a perl module for iis.

Ldap is plain text unless you use ldaps, though radius might be useful for authentication.
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
rayman
Znuny newbie
Posts: 4
Joined: 19 Jan 2013, 22:27
Znuny Version: OTRS 3.1.12

Re: OTRS with MS only

Post by rayman »

Ok then i will follow a tutorial i found here
rayman
Znuny newbie
Posts: 4
Joined: 19 Jan 2013, 22:27
Znuny Version: OTRS 3.1.12

Re: OTRS with MS only

Post by rayman »

Ok i got the MSSQL connected with OTRS but is it possible to do a ODBC connection without using a clear password for the database user?
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: OTRS with MS only

Post by crythias »

rayman wrote:Ok i got the MSSQL connected with OTRS but is it possible to do a ODBC connection without using a clear password for the database user?
Theoretically you should be able to do that with the password stored in the ODBC connection.
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
rayman
Znuny newbie
Posts: 4
Joined: 19 Jan 2013, 22:27
Znuny Version: OTRS 3.1.12

Re: OTRS with MS only

Post by rayman »

mh i cannt get the dsn to work. Got the error massage no initial inserts found
joecopty
Znuny newbie
Posts: 22
Joined: 11 Jan 2013, 01:42
Znuny Version: 3.2.6
Real Name: Joseph Copty
Company: TMC

Re: OTRS with MS only

Post by joecopty »

rayman wrote:mh i cannt get the dsn to work. Got the error massage no initial inserts found
Have you set up the DSN to be 32 bit?
what happens when you run 'bin\otrs.CheckDB.pl' ?
Sydney, Australia
OTRS 3.3.6 on Windows Server 2003, IIS6 with MSSQL database
Locked