looking at the logs it cant find any user named (edge) that im resetting to test bellow is my config please all passwords are fake the ou has been modfiyed to hide the org <?php # Debug mode # true: log and display any errors or warnings (use this in configuration/testing) # false: log only errors and do not display them (use this in production) $debug = true; # LDAP $ldap_url = "ldap://internal.domain-college.co.nz"; $ldap_starttls = false; $ldap_binddn = "CN=NUC Computer,OU=Service Accounts,OU=RosCollege,DC=internal,DC=roill-collge,DC=co,DC=nz"; $ldap_bindpw = "Pass2024"; $ldap_base = "DC=internal,DC=rosell-college,DC=co,DC=nz"; $ldap_login_attribute = "uid"; $ldap_fullname_attribute = "cn"; $ldap_filter = "(&(objectClass=posixAccount)($ldap_login_attribute={login}))"; $shadow_options['update_shadowLastChange'] = true; $shadow_options['update_shadowExpire'] = true; $shadow_options['shadow_expire_days'] = 60; $hash = "auto"; $hash_options['crypt_salt_prefix'] = "$6$"; $hash_options['crypt_salt_length'] = "6"; #$pwd_min_length = 12; #$pwd_max_length = 15; #$pwd_min_lower = 1; #$pwd_min_upper = 1; #$pwd_min_digit = 1; #$pwd_min_special = 1; #$pwd_special_chars = "^a-zA-Z0-9"; #$pwd_no_reuse = true; #$pwd_diff_login = true; #$pwd_complexity = 1; #$use_pwnedpasswords = false; #$pwd_show_policy = "always"; #$pwd_show_policy_pos = "above"; $who_change_password = "user"; $use_change = true; $change_sshkey = false; $change_sshkey_attribute = "sshPublicKey"; $who_change_sshkey = "user"; $notify_on_sshkey_change = false; $use_questions = true; $answer_objectClass = "extensibleObject"; $answer_attribute = "info"; $crypt_answers = true; $use_tokens = true; $crypt_tokens = true; $token_lifetime = "3600"; $keyphrase = "7rRy0}96#4E7#kzb%:,25X}c&66rU"; $show_help = true; $lang = "en"; $allowed_lang = array(); $show_menu = true; #$logo = "images/kifarunix-logo.png"; #$background_image = "images/unsplash-space.jpeg"; $login_forbidden_chars = "*()&|"; $default_action = "change"; ?>