Hi All,
I changed my SystemID in order to in order to alter the Ticket Number format. This was to avoid conflict with other OTRS installations on the same network.
It worked okay and the ticket number format changed. However, users are unable to log back in once they log out. I highly suspect the SystemID change is the cause of this problem.
We are authenticating users against an LDAP server.
Thanks,
Brian
Login Failed - SystemID
Moderator: crythias
-
- Znuny newbie
- Posts: 21
- Joined: 21 Dec 2011, 12:53
- Znuny Version: 3.2.13
- Real Name: Brian Wesaala
- Company: UN DCM
- Location: Geneva, Switzerland
Login Failed - SystemID
Debian 6.0.8 x86_64, MySQL 5.1.72, Perl v5.10.1, Apache 2.2.16
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Login Failed - SystemID
you should see what the log says to determine why failure. SystemID shouldn't apply to anything but tickets.
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
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
-
- Znuny newbie
- Posts: 21
- Joined: 21 Dec 2011, 12:53
- Znuny Version: 3.2.13
- Real Name: Brian Wesaala
- Company: UN DCM
- Location: Geneva, Switzerland
Re: Login Failed - SystemID
Thank you crythias. Managed to sort it out.
It was a DNS problem. It was just a coincidence that it happened as soon as I changed the systemID.
Cheers
It was a DNS problem. It was just a coincidence that it happened as soon as I changed the systemID.
Cheers
Debian 6.0.8 x86_64, MySQL 5.1.72, Perl v5.10.1, Apache 2.2.16
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Login Failed - SystemID
I should make you aware that you may find ticket followups with old SystemID will create new tickets. You can't easily retroactively fix this, because it's doing exactly what it is intended to do. Inbound ticket numbers will be checked against SystemID.
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
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
-
- Znuny newbie
- Posts: 21
- Joined: 21 Dec 2011, 12:53
- Znuny Version: 3.2.13
- Real Name: Brian Wesaala
- Company: UN DCM
- Location: Geneva, Switzerland
Re: Login Failed - SystemID
Thanks, will watch out for that.
Just as a follow up, where can I find or how can I configure otrs-specific logs (otrs.log), so as to be able to monitor this in case I don't have access to the web interface as was the case for me. Currently, they under apache2. From the manual I see the Windows platform has the logs under OTRS_INSTALL_DIR/var/log/...
Just as a follow up, where can I find or how can I configure otrs-specific logs (otrs.log), so as to be able to monitor this in case I don't have access to the web interface as was the case for me. Currently, they under apache2. From the manual I see the Windows platform has the logs under OTRS_INSTALL_DIR/var/log/...
Debian 6.0.8 x86_64, MySQL 5.1.72, Perl v5.10.1, Apache 2.2.16
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Login Failed - SystemID
By default, otrs logs via syslog in linux. It sends to /var/log/syslog or /var/log/messages.
If you want to modify this, you can change rsyslog.conf
Take a look at this viewtopic.php?f=60&t=16826
If you want to modify this, you can change rsyslog.conf
Take a look at this viewtopic.php?f=60&t=16826
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
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
-
- Znuny newbie
- Posts: 21
- Joined: 21 Dec 2011, 12:53
- Znuny Version: 3.2.13
- Real Name: Brian Wesaala
- Company: UN DCM
- Location: Geneva, Switzerland
Re: Login Failed - SystemID
Thanks crythias,
Actually, the logs that were of interest to me were in /var/log/apache2/ ...not in /var/log/messages (which contains more otrs logs). I will try to see if I consolidate the two into otrs.log as I think it is better to have them in one place.
Cheers!
Actually, the logs that were of interest to me were in /var/log/apache2/ ...not in /var/log/messages (which contains more otrs logs). I will try to see if I consolidate the two into otrs.log as I think it is better to have them in one place.
Cheers!
Debian 6.0.8 x86_64, MySQL 5.1.72, Perl v5.10.1, Apache 2.2.16