cancel
Showing results for 
Search instead for 
Did you mean: 

xMII Login

Former Member
0 Kudos

Hi,

how can we identify whether login to xMII page is successful? ie if i give username,password it should check in xmii server and the it should return whether username exist or not? how can it possible?

-senthil

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member4529
Active Contributor
0 Kudos

Hi,

You can call the Admin Illuminator service to query a user in xMII. The Admin service is a http service and can be invoked as below:

http://<server:port>/Lighthammer/Illuminator?service=admin&mode=UserAttribList&Mask=<username>;

If the user exists in xMII you will get the user details otherwise you'll get an error message.

Thanks,

Dipankar

Former Member
0 Kudos

hi,

its working fine when we are giving the URL that u gave in address bar. but i want to do from other HTML page. for ex, i will give username,password from simple login html page. that value should be send to xmii then it shoule get whether username exist or not. how can do it? or any other alternative for this?

- senthil

erik_schrampf
Active Participant
0 Kudos

If you want to pass login credentials from one html page to another withou logging in you would do http://server/Lighthammer/Login.jsp?IllumLoginName=<LoginName>&IllumLoginPassword=<Password>&Session... page> where webpage is the location from your web root (a relative address). You can also use the Guest account information for logging in. Do a search on Guest in the xMII help and it will give you many variations for Guest login as well as username and password login.

Former Member
0 Kudos

hi,

the link u have is working even we give incorrect username.

erik_schrampf
Active Participant
0 Kudos

Senthil,

Do you have another Authentication method turned on such as NTLM, SSO, LDAP, etc? If so this may be why.

Erik

Former Member
0 Kudos

hi,

i will check. how can to check this?

Former Member
0 Kudos

hi,

i cleared LDAP. now its working. thanks a lot.

- senthil

jcgood25
Active Contributor
0 Kudos

Senthil,

If the login is not successful the login page shows you a message: "Sorry, you entered an invalid username or password. Please try again!"

I don't think that there is any differentiation between invalid user, invalid password, etc. Especially when connecting to an LDAP source, the external request either responds with a true or false and this is also true with a disabled or inactive account.

Regards,

Jeremy Good

erik_schrampf
Active Participant
0 Kudos

Senthil,

If you hit the following address http://<server name>/Lighthammer it will bring you to a username and login screen from here enter your username and pwd. If they are not in the system it will error out. If they are then it logs you in successfully to the xMII portal screen. If you want specific session attributes that are associated with that user you can then do http://<server name>/Lighthammer/PropertyAccessServlet?Mode=List.