AD Password change - Nextcloud Windows Client

My running setup is as bellow:

Problem- My AD users change password every month, now when they change AD password there is no pop up to update password in Nextcloud windows client and no place to update latest password.
can any one please help me how to get this fixed, lot of users password is getting locked because of there is 2 credentials saved in system, one is latest and other is with nextcloud client.

is there any way to get this password updated automatically for domain joined computers .

$CONFIG = array (
‘instanceid’ => ‘ocxmftsqft92’,

‘trusted_domains’ =>
array (

),
‘htaccess.RewriteBase’ => ‘/’,

‘dbtype’ => ‘mysql’,
‘version’ => ‘17.0.1.1’,

‘dbname’ => ',
‘dbhost’ => ‘localhost’,
‘dbport’ => ‘’,
‘dbtableprefix’ => ‘oc_’,
‘mysql.utf8mb4’ => true,

‘installed’ => true,
‘auth.bruteforce.protection.enabled’ => true,
‘cron_log’ => true,
‘logtimezone’ => ‘Asia/Kolkata’,
‘loglevel’ => 1,
‘log_rotate_size’ => 104857600,
‘enable_previews’ => true,
‘enabledPreviewProviders’ =>
array (
0 => ‘OC\Preview\PNG’,
1 => ‘OC\Preview\JPEG’,
2 => ‘OC\Preview\GIF’,
3 => ‘OC\Preview\BMP’,
4 => ‘OC\Preview\XBitmap’,
5 => ‘OC\Preview\Movie’,
6 => ‘OC\Preview\PDF’,
7 => ‘OC\Preview\MP3’,
8 => ‘OC\Preview\TXT’,
9 => ‘OC\Preview\MarkDown’,
10 => ‘OC\Preview\MSOffice2003’,
11 => ‘OC\Preview\MSOffice2007’,
12 => ‘OC\Preview\MSOfficeDoc’,
13 => ‘OC\Preview\OpenDocument’,
14 => ‘OC\Preview\PDF’,
15 => ‘OC\Preview\StarOffice’,
),
‘skeletondirectory’ => ‘/var/www/nextcloud/core/skeleton’,
‘memcache.distributed’ => ‘\OC\Memcache\Redis’,
‘memcache.local’ => ‘\OC\Memcache\Redis’,
‘memcache.locking’ => ‘\OC\Memcache\Redis’,
‘redis’ =>
array (
‘host’ => ‘/var/run/redis/redis-server.sock’,
‘port’ => 0,
‘timeout’ => 3,
‘password’ => ‘’,
‘dbindex’ => 0,
),
‘ldapIgnoreNamingRules’ => false,
‘ldapProviderFactory’ => ‘OCA\User_LDAP\LDAPProviderFactory’,

‘overwriteprotocol’ => ‘https’,

‘knowledgebaseenabled’ => false,
‘allow_user_to_change_display_name’ => false,
‘maintenance’ => false,
‘twofactor_enforced’ => ‘false’,
‘twofactor_enforced_groups’ =>
array (
),
‘twofactor_enforced_excluded_groups’ =>
array (
0 => ‘admin’,
),
‘app_install_overwrite’ =>
array (
0 => ‘beame_insta_ssl’,
),
‘has_rebuilt_cache’ => true,
‘updater.release.channel’ => ‘stable’,
‘theme’ => ‘’,
);

can anyone please help on this, what could be best solution
Thanks

does that help you in any way here?

if not i’d like to encourage you to try searching the forum for ldap and password and check out the results
 as there are several threads about it

good luck

Thanks Jimmy,

my problem is How to update password in Nextcloud desktop client when LDAP password expires?
unfortunately i dont see any help, tried many.
please do suggest if there is any alternative.

i feel sorry that you couldn’t find any help in here so far


all i could do was moving your topic to the fitting category - which i just did.

good luck

Have there been any fixes for this problem? I have the same issue. Users change there AD password. The nextcloud client doesn’t update the password. Or maybe it’s more that the iOS password manager doesn’t update.

If the password manager doesn’t update AD user accounts get locked out of the system. The workaround i have is to open safari on the iPad. Go to the Nextcloud login page. If still logged in sign out. After that sign in again and the password manager pops-up to ask if the password manager needs to be updated. If you say yes the nextcloud client works again.

Would be nice to have a fix for this, or even a better work-around would be good.

Latest Nextcloud client 3.0 for ios seems to fix this.

Will this fix with windows client ? and what is new addition ? Any place to update or this will update automatically
Thanks

Dear All, i am still looking option to update domain ( AD) password in windows Nextcloud client

any luck or suggestion ?

Thanks

Dear Santosh,

I guess I was in a similar situation, that the password was changed in the AD. Since the NC passwort is taken from the AD it is also change, but the client does not recognize it.

My solution was on a Windows PC

  • click on the NC icon
  • choose the NC
  • “
” -> logoff (actually it was done on the German version of NC so -> “Abmelden”)
  • NC-Client will stop
  • Restart the NC-Client and a window will be open. In this window, there is a button for Log-in (German -> “Anmelden”)
  • The webpage of the NC will be open and you can log in the webpage. Parallel the client will synchronize the pwd; in my case it took about 20 sec.
  • After the synncrhonisation, the client is again in the normal status

Cheers

Jörg