Re : Windows 10 Gina Not Working
Re : Email push formatting, or lack there of.
Re : Windows 10 Gina Not Working
Re : SMS Service provider help for Self Service Plus
SMS is Failed because of :
20003
Your AccountSid or AuthToken was incorrect.Authentication Error - No credentials providedhttps://www.twilio.com/docs/errors/20003401Was that the same issue that you had?
Sorry,the page you requested was not found. Back | Sign Out
|
ADSelfService Plus build 5325 released
- Two-factor authentication for ADSelfService Plus login can now be configured based on OUs and groups.
- To configure the settings, navigate to Configuration > Policy Configuration > Select Policy > Advanced > Login TFA.
- Option to exclude smart card users from password/account expiration notifications, and soon-to-expire password users and password expired users report.
- Now you can import enrollment data from an external/in-house PostgreSQL database.
- Option to display “Select mobile no./Email address” as the default text in drop down list during verification code step.
- Issue in adding and removing domain controllers in Site-based DCs configuration.
"Number of numeric characters to include"
Hi,
We have finally narrowed down our password reset issue to this field the Password Policy Enforcer. Whatever value we put in for the number of characters to include, users are unable to reset their passwords successfully unless they use a password with this value plus 1.
So if the number of numeric characters required is 1 then you need at least 2, if I set it to 2 then passwords will need 3 numeric characters, and so on, for a successful password change. The thing that made this so hard to work out is that all the password requirements listed in GINA on the ctrl+alt+del screen will have a tick to indicate that you're good to go - then when you hit enter you're met get the dreaded "This does not meet complexity rules...." error message (unless of course you happened to use more than 1 numeric character).
Any ideas on how to fix this? Only it really doesn't take much to throw my users so it would be great if the onscreen advise matched with the setting in password enforcer.
Many thanks in advance,
James
ADSelfService_Enroll.hta Assigned to AD Accounts That Had No Login Script.
We recently upgraded to the latest build of AD SelfService Plus (Version 5.3, Build 5324). After upgrading, approximately 24 hours later, any user that was in AD that did not have a login script assigned to their AD account got assigned ADSelfService_Enroll.hta as their login script. Can someone tell me if we did something wrong in the upgrade or why this happened? We recently added "&manualScript=true" to force enrollment. By adding that string to ADSelfService_Enroll.hta could that have made that script get pushed out to all user that did not have a login script assigned to them?
Thank you for your time.
Jason C.
Did you know - How to configure your GSM modem?
- GSM mode
- Clickatell (built-in support)
- Custom SMS gateway
- A slot to insert a GSM sim card.
- Support for 7bit (GSM default alphabet), 8bit and Unicode (UCS2) encoding.
- The modem must be connected to the serial communication port.
- Login to ADSelfService Plus with the administrator credentials.
- Navigate to Admin-> Product Settings -> Server Settings.
- Click SMS settings tab.
- Select GSM modem as your SMS provider.
- Enter your modem port number.
- Note: The port number would be the communication port to which your modem is connected.Ex: COM 1
- Click Advanced Settings.
- Enter your modem port speed.
- Input your message center number and SIM PIN number.
- Note: If you haven’t set any PIN for your SIM, leave the field blank.
- Click Save.
- If the message exceeds 160 characters, then the notification will be sent in two or more text messages.
Problem with user password resets
3rd Party Apps/MS SQL/API
Thanks!
I tried searching but didnt find a definitive answers and from the demo I only see 12 apps. Including AS400.
Other MS SQL/API Applications
New Technician from Domain?
Whenever I try to choose a new technician from our domain, all i get is a red bordered square and that's all what happens.
Maybe you can help me?
Here is a screenshot that shows the issue.
Users can no longer login to ADSelfService after domain account attached to service was disabled
Re : Problem with user password resets
Re : ADSelfService_Enroll.hta Assigned to AD Accounts That Had No Login Script.
Re : "Number of numeric characters to include"
Re : Sorry,the page you requested was not found. Back | Sign Out
Please modify the server.xml file located in <Installation Directory>\conf folder as follows and check the issue.
If you have enabled HTTP alone in ADSelfService Plus portal then edit the server.xml file to add the load balancer details to the non-SSL HTTP connector tag as follows,
Entry need to be added
scheme="https" proxyName="load_balancer_URL" proxyPort="443"
HTTP connector tag starts with <!-- Define a non-SSL Coyote HTTP/1.1 Connector on port 8888 -->
Original Entry:
<!-- Define a non-SSL Coyote HTTP/1.1 Connector on port 8888 -->
<Connector acceptCount="100" connectionTimeout="20000" debug="3" disableUploadTimeout="true" enableLookups="false" maxSpareThreads="75" maxThreads="150" minSpareThreads="25" name="WebServer" port="8888" redirectPort="" />
Modified To:
<!-- Define a non-SSL Coyote HTTP/1.1 Connector on port 8888 -->
<Connector acceptCount="100" connectionTimeout="20000" debug="3" disableUploadTimeout="true" enableLookups="false" maxSpareThreads="75" maxThreads="150" minSpareThreads="25" name="WebServer" port="8888" redirectPort="" scheme="https" proxyName="password_portal_url" proxyPort="443"/>
Save the file and restart ManageEngine ADSelfService Plus service to take effect then check the issue.