Skip to content
This repository has been archived by the owner on Jun 2, 2023. It is now read-only.

IIS installation issues #678

Closed
nono2body opened this issue Oct 5, 2022 · 1 comment
Closed

IIS installation issues #678

nono2body opened this issue Oct 5, 2022 · 1 comment

Comments

@nono2body
Copy link

PassCore Server

  • OS: [Windows ]

  • Provider: [Active Directory]

  • Settings file (without sensitive information):
    {
    "Logging": {
    "IncludeScopes": false,
    "LogLevel": {
    "Default": "Debug",
    "System": "Information",
    "Microsoft": "Information"
    }
    },
    "WebSettings": {
    "EnableHttpsRedirect": true
    },
    "AppSettings": {
    // The following options for AD Provider (remove if you don't use this Provider)
    "UseAutomaticContext": true, // Set true to allow PassCore to reset password using the same credentials, or false if you will fill the credentials below
    "RestrictedADGroups": [
    ], // Set the AD groups to restrict the use of PassCore
    "AllowedADGroups": [], // Set the AD Groups to allow PassCore, if the array is empty all the groups no-restricted above are allowed
    "IdTypeForUser": "Name", // Possible values are "DN", "GUID", "Name", "SAM", "SID" and "UPN" (Default UPN)
    "UpdateLastPassword": true, // Set true to allow PassCore to update the last password timestamp

    // The following options are for LDAP Provider (remove if you don't use this Provider)
    "LdapSearchBase": "DC=",
    "LdapSecureSocketLayer": true, // Default for AD is true when using LDAPS 636
    "LdapStartTls": false, // Default for AD is true when using LDAP 389
    "LdapChangePasswordWithDelAdd": false,
    "LdapSearchFilter": "(sAMAccountName={Username})", // Another value: "(&(objectClass=person)(cn={Username}))"

    // General options (valid for both providers)
    "LdapHostnames": [ "" ], // Set your hostname(s)
    "LdapPort": 389, // Default for AD is 389, for LDAPS 636
    "LdapUsername": "", // Set the username or distinguish name (DN) to bind the LDAP server
    "LdapPassword": "", // Set the password for the username

    "DefaultDomain": "@xxx.xxx" // Set your default AD domain here, or non "@" logins will not work! Use empty value to allow user to set the domain. This option is ONLY available with UPN.
    },
    "ClientSettings": {
    "ValidationRegex": {
    "EmailRegex": "^[a-zA-Z0-9.!#$%&’+/=?^_`{|}~-]+@[a-zA-Z0-9-]+(?:\.[a-zA-Z0-9-]+)$",
    "UsernameRegex": "^[a-zA-Z0-9._-]{3,20}$"
    },

    "ShowPasswordMeter": true,
    "MinimumScore": 0, //The minimum acceptable score that the user's new password needs to get at being evaluated by ZXCVBN to be established as the new password.
    "Recaptcha": {
    "SiteKey": "", // ReCAPTCHA public key: replace this! or leave empty if you don't need ReCAPTCHA
    "PrivateKey": "", // ReCAPTCHA private key: replace this! or leave empty if you don't need ReCAPTCHA
    "LanguageCode": "en"
    },
    "UseEmail": "false",
    "ApplicationTitle": "Change Account Password | Self-Service Account Management Tools",
    "ChangePasswordTitle": "Change Account Password",
    "ChangePasswordForm": {
    "HelpText": "If you are having trouble with this tool, please contact IT Support",
    "UsernameLabel": "Username",
    "UsernameHelpblock": "Your organization's email address",
    "UsernameDefaultDomainHelperBlock": "Your organization's username",
    "CurrentPasswordLabel": "Current Password",
    "CurrentPasswordHelpblock": "Enter your current password",
    "NewPasswordLabel": "New Password",
    "NewPasswordHelpblock": "Enter a strong password. You can use this tool to help you create one; use the XKCD (random sep, pad digit), or NTLM, options.",
    "NewPasswordVerifyLabel": "Re-enter New Password",
    "NewPasswordVerifyHelpblock": "Enter your new password again",
    "ChangePasswordButtonLabel": "Change Password"
    },
    "ErrorsPasswordForm": {
    "FieldRequired": "This field is required",
    "UsernamePattern": "Please enter a valid username",
    "UsernameEmailPattern": "Please enter a valid email address",
    "PasswordMatch": "Passwords do not match"
    },
    "Alerts": {
    "SuccessAlertTitle": "You have changed your password successfully.",
    "SuccessAlertBody": "Please note it may take a few hours for your new password to reach all domain controllers.",
    "ErrorPasswordChangeNotAllowed": "You are not allowed to change your password. Please contact your system administrator.",
    "ErrorInvalidCredentials": "You need to provide the correct current password.",
    "ErrorInvalidDomain": "You have supplied an invalid domain to logon to.",
    "ErrorInvalidUser": "We could not find your user account.",
    "ErrorCaptcha": "Could not verify you are not a robot.",
    "ErrorFieldRequired": "Fulfill all the fields.",
    "ErrorFieldMismatch": "The passwords do not match.",
    "ErrorComplexPassword": "Failed due to password complex policies: New password length is shorter than AD minimum password length",
    "ErrorConnectionLdap": "Unhandled error connecting to the LDAP server.",
    "ErrorScorePassword": "The password you are trying to set is not secure enough.",
    "ErrorDistancePassword": "The password you are trying to set is not diferent enough of your last password.",
    "ErrorPwnedPassword": "The password you are trying to use is publicly known and can be used in dictionary attacks."
    }
    }
    }

  • Log file (without sensitive information):

Describe the bug
when i try access it show me this error
image

when i run unosquare.passcore.web.exe it show another port.
image

Note: If you want to report an issue of passcorepro, please use the proper bug report form at https://store.unosquare.com/passcorepro

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

@nono2body
Copy link
Author

if i direct go to port 5000

image

it keep show loading

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant