nsscache icon indicating copy to clipboard operation
nsscache copied to clipboard

asynchronously synchronise local NSS databases with remote directory services

Results 16 nsscache issues
Sort by recently updated
recently updated
newest added

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.1.0 to 4.2.0. Release notes Sourced from actions/setup-python's releases. Add check-latest input and bug fixes In scope of this release we add the check-latest input. If check-latest ...

dependencies
github_actions

According to https://www.jcea.es/programacion/pybsddb.htm bsddb3 is deprecated and replaced by the PyPI berkeleydb package. It seems a somewhat simple name change, but there is also this: `The main change you need...

The Google Secure LDAP feature does not provide a last modification date attribute to records, which is required by nsscache to use an ldap source. While the change to make...

It appears due to now using python3 the section that imports the sshkey map fails: Traceback (most recent call last): File "/usr/sbin/nsscache", line 32, in return_value = nsscache_app.Run(sys.argv[1:], os.environ) File...

When ShadowExpire == -1, the account expiration date field should be empty.

@3c2b2ff5 contrinubted a samba integration test script but it needs a bit of work to run in Travis CI. I'd also like to turn my (not submitted) OpenLDAP test script...

While doing the python3 conversion I realised that the data handlers never cared about encodings and now we've got a mix of ascii and utf8 encodings between sources and caches....

Currently the code seems to assume that the value of a `member` attribute is the DN of a user, and treats the RDN as the uid (even if it happens...

I don't know why my location's LDAP server is giving me user names with spaces, but it causes the update command to fail (at least the first time). Sample debug...

Bumps [hmarr/auto-approve-action](https://github.com/hmarr/auto-approve-action) from 2.4.0 to 3.0.0. Release notes Sourced from hmarr/auto-approve-action's releases. v3.0.0 What's Changed Update actions runner node install to v16 by @​lelia in hmarr/auto-approve-action#205 Full Changelog: https://github.com/hmarr/auto-approve-action/compare/v2.4.0...v3.0.0 Commits...

dependencies
github_actions