Page 1 of 1
system user can't login system!
PostPosted:Sun Dec 21, 2008 12:40 pm
by tony.zheng
1.I use openldap to store user and role system.
2.I have two users : admin and system.
3.I have two roles : AdminRol and UserRol.
4. admin and system all have two roles : AdminRol and UserRol.
5. admin can login in openkm,but system can\'t login system.the message is :
User already logged
Session inactive from Sun Dec 21 19:28:39 GMT-12:00 2008
Session will expire at Sun Dec 21 19:58:39 GMT-12:00 2008
Go to login page
If I enter error password, it show password error,so user/apssword is correct.
6.who can help me?
Re:system user can't login system!
PostPosted:Sun Dec 21, 2008 1:44 pm
by pavila
system user is only for internal use, you can\'t log in with this user id.
Re:system user can't login system!
PostPosted:Sun Dec 21, 2008 2:05 pm
by blandobardo
have the same problem with Openkm Community 3.0, however I remember in 2.0 I could login with the System login...
Now I try to add another user with system privileges:
OpenKM-3.0_JBoss-4.2.2.GA/server/default/conf/props/openkm-users.properties :
Code: Select allsystem=password
system2=password
user1=password
then edit OpenKM-3.0_JBoss-4.2.2.GA/server/default/conf/props/openkm-roles.properties
Code: Select allsystem=AdminRol
system2=AdminRol
user1=UserRol
when I login with system2 however I see I\'m not an administrator (I lack all administration dialogs)
anyone can help??
Re:system user can't login system!
PostPosted:Mon Dec 22, 2008 12:00 pm
by pavila
\"system\" user changed to \"admin\" user in OpenKM 3.0 because of some problems with ActiveDirectory authentification. Actually there is a \"system\" user in OpenKM but is only for internal use.
Re:system user can't login system!
PostPosted:Thu Apr 23, 2009 5:24 pm
by ozben
Hello,
I installed openkm 3.0 community on Linux OS and it\'s working well with the user \"admin\".
I added new users by using the Adminstration tab.
But the new users are NOT able to login at all. They are listed as new users in the administration tab but cannot login.
I checked all the forum and documentation, but could not find any help for this situation. How to fix this?