Home
last modified time | relevance | path

Searched refs:ppm (Results 1 – 25 of 27) sorted by relevance

12

/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/ppm/
H A DREADME.md2 ppm.c - OpenLDAP password policy module
6 ppm.c is an OpenLDAP module for checking password quality when they are modified.
29 Create a password policy entry and indicate the path of the ppm.so library
45 pwdCheckModule: /usr/local/lib/ppm.so
99 Since OpenLDAP 2.5 version, ppm configuration is held in a binary
101 The example file (/etc/openldap/ppm.example by default) is to be
108 Note: you can still compile ppm to use the configuration file, by enabling
109 PPM_READ_FILE in ppm.h (but this is deprecated now). If you decide to do so,
212 If a user password is rejected by ppm, the user will get this type of message:
225 Feb 26 14:46:10 debian-10-64 slapd[1981]: ppm: entry uid=user,ou=persons,dc=my-domain,dc=com
[all …]
H A DMakefile41 PROGRAMS=ppm.so
59 EXAMPLE=ppm.example
62 all: ppm $(TEST)
64 $(TEST): ppm
67 ppm.o:
68 $(CC) $(CFLAGS) $(OPT) $(CPPFLAGS) $(DEFS) -c $(INCS) ppm.c
70 ppm: ppm.o target
71 $(CC) $(LDFLAGS) $(INCS) -shared -o $(PROGRAMS) ppm.o $(CRACKLIB)
73 install: ppm
84 $(RM) -f ppm.o $(PROGRAMS) ppm.lo $(TEST)
[all …]
H A DINSTALL.md6 ppm is provided along with OpenLDAP sources. By default, it is available into contrib/slapd-modules.
7 - make sure both OpenLDAP sources and ppm are available for building.
13 Enter contrib/slapd-modules/ppm directory
16 - prefix: prefix of the path where ppm is to be installed (defaults to /usr/local)
18 - moduledir: where the ppm module is to be deployed (defaults to $prefix/$libexecdir/$ldap_subdir)
20 - sysconfdir: where the ppm example policy is to be deployed (defaults to $prefix/$etcdir/$ldap_sub…
23 CONFIG_FILE: (DEPRECATED) path to a ppm configuration file (see PPM_READ_FILE in ppm.h)
24 note: ppm configuration now lies into pwdCheckModuleArg password policy attribute
27 DEBUG: If defined, ppm logs its actions with syslog
30 To build ppm, simply run these commands:
H A Dppm.example1 # Example of ppm configuration
17 # pwdCheckModule: /usr/local/lib/ppm.so
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/pm/
H A Dnouveau_nvkm_engine_pm_nv40.c88 int index, struct nvkm_pm **ppm) in nv40_pm_new_() argument
95 *ppm = &pm->base; in nv40_pm_new_()
125 nv40_pm_new(struct nvkm_device *device, int index, struct nvkm_pm **ppm) in nv40_pm_new() argument
127 return nv40_pm_new_(nv40_pm, device, index, ppm); in nv40_pm_new()
H A Dnouveau_nvkm_engine_pm_gf100.c195 int index, struct nvkm_pm **ppm) in gf100_pm_new_() argument
201 if (!(pm = *ppm = kzalloc(sizeof(*pm), GFP_KERNEL))) in gf100_pm_new_()
245 gf100_pm_new(struct nvkm_device *device, int index, struct nvkm_pm **ppm) in gf100_pm_new() argument
247 return gf100_pm_new_(&gf100_pm, device, index, ppm); in gf100_pm_new()
H A Dnouveau_nvkm_engine_pm_gf108.c68 gf108_pm_new(struct nvkm_device *device, int index, struct nvkm_pm **ppm) in gf108_pm_new() argument
70 return gf100_pm_new_(&gf108_pm, device, index, ppm); in gf108_pm_new()
H A Dnouveau_nvkm_engine_pm_gf117.c82 gf117_pm_new(struct nvkm_device *device, int index, struct nvkm_pm **ppm) in gf117_pm_new() argument
84 return gf100_pm_new_(&gf117_pm, device, index, ppm); in gf117_pm_new()
H A Dnouveau_nvkm_engine_pm_gt215.c140 gt215_pm_new(struct nvkm_device *device, int index, struct nvkm_pm **ppm) in gt215_pm_new() argument
142 return nv40_pm_new_(gt215_pm, device, index, ppm); in gt215_pm_new()
H A Dnouveau_nvkm_engine_pm_gt200.c159 gt200_pm_new(struct nvkm_device *device, int index, struct nvkm_pm **ppm) in gt200_pm_new() argument
161 return nv40_pm_new_(gt200_pm, device, index, ppm); in gt200_pm_new()
H A Dnouveau_nvkm_engine_pm_gk104.c186 gk104_pm_new(struct nvkm_device *device, int index, struct nvkm_pm **ppm) in gk104_pm_new() argument
188 return gf100_pm_new_(&gk104_pm, device, index, ppm); in gk104_pm_new()
H A Dnouveau_nvkm_engine_pm_g84.c167 g84_pm_new(struct nvkm_device *device, int index, struct nvkm_pm **ppm) in g84_pm_new() argument
169 return nv40_pm_new_(g84_pm, device, index, ppm); in g84_pm_new()
H A Dnouveau_nvkm_engine_pm_nv50.c177 nv50_pm_new(struct nvkm_device *device, int index, struct nvkm_pm **ppm) in nv50_pm_new() argument
179 return nv40_pm_new_(nv50_pm, device, index, ppm); in nv50_pm_new()
/netbsd-src/sys/arch/hppa/hppa/
H A Dpmap.c557 const pmap_t ppm = pve->pv_pmap; in pmap_resolve_alias() local
560 UVMHIST_LOG(maphist, "... pm %#jx va %#jx", (uintptr_t)ppm, in pmap_resolve_alias()
569 pde = pmap_pde_get(ppm->pm_pdir, pva); in pmap_resolve_alias()
581 (uintptr_t)ppm, pva, 0, 0); in pmap_resolve_alias()
584 if (pm != ppm) { in pmap_resolve_alias()
585 pmap_reference(ppm); in pmap_resolve_alias()
586 locked = pmap_trylock(ppm); in pmap_resolve_alias()
591 pmap_lock(ppm); in pmap_resolve_alias()
593 pmap_unlock(ppm); in pmap_resolve_alias()
594 pmap_destroy(ppm); in pmap_resolve_alias()
[all …]
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_dpm.c612 ATOM_PPLIB_PPM_Table *ppm = (ATOM_PPLIB_PPM_Table *) in amdgpu_parse_extended_power_table() local
621 adev->pm.dpm.dyn_state.ppm_table->ppm_design = ppm->ucPpmDesign; in amdgpu_parse_extended_power_table()
623 le16_to_cpu(ppm->usCpuCoreNumber); in amdgpu_parse_extended_power_table()
625 le32_to_cpu(ppm->ulPlatformTDP); in amdgpu_parse_extended_power_table()
627 le32_to_cpu(ppm->ulSmallACPlatformTDP); in amdgpu_parse_extended_power_table()
629 le32_to_cpu(ppm->ulPlatformTDC); in amdgpu_parse_extended_power_table()
631 le32_to_cpu(ppm->ulSmallACPlatformTDC); in amdgpu_parse_extended_power_table()
633 le32_to_cpu(ppm->ulApuTDP); in amdgpu_parse_extended_power_table()
635 le32_to_cpu(ppm->ulDGpuTDP); in amdgpu_parse_extended_power_table()
637 le32_to_cpu(ppm->ulDGpuUlvPower); in amdgpu_parse_extended_power_table()
[all …]
H A Damdgpu_si_dpm.c2261 struct amdgpu_ppm_table *ppm = adev->pm.dpm.dyn_state.ppm_table; in si_populate_smc_tdp_limits() local
2299 papm_parm->NearTDPLimitTherm = cpu_to_be32(ppm->dgpu_tdp); in si_populate_smc_tdp_limits()
2300 papm_parm->dGPU_T_Limit = cpu_to_be32(ppm->tj_max); in si_populate_smc_tdp_limits()
/netbsd-src/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_r600_dpm.c1204 ATOM_PPLIB_PPM_Table *ppm = (ATOM_PPLIB_PPM_Table *) in r600_parse_extended_power_table() local
1213 rdev->pm.dpm.dyn_state.ppm_table->ppm_design = ppm->ucPpmDesign; in r600_parse_extended_power_table()
1215 le16_to_cpu(ppm->usCpuCoreNumber); in r600_parse_extended_power_table()
1217 le32_to_cpu(ppm->ulPlatformTDP); in r600_parse_extended_power_table()
1219 le32_to_cpu(ppm->ulSmallACPlatformTDP); in r600_parse_extended_power_table()
1221 le32_to_cpu(ppm->ulPlatformTDC); in r600_parse_extended_power_table()
1223 le32_to_cpu(ppm->ulSmallACPlatformTDC); in r600_parse_extended_power_table()
1225 le32_to_cpu(ppm->ulApuTDP); in r600_parse_extended_power_table()
1227 le32_to_cpu(ppm->ulDGpuTDP); in r600_parse_extended_power_table()
1229 le32_to_cpu(ppm->ulDGpuUlvPower); in r600_parse_extended_power_table()
[all …]
H A Dradeon_ci_dpm.c442 struct radeon_ppm_table *ppm = rdev->pm.dpm.dyn_state.ppm_table; in ci_populate_bapm_parameters_in_dpm_table() local
457 if (ppm) { in ci_populate_bapm_parameters_in_dpm_table()
458 dpm_table->PPM_PkgPwrLimit = cpu_to_be16((u16)ppm->dgpu_tdp * 256 / 1000); in ci_populate_bapm_parameters_in_dpm_table()
459 dpm_table->PPM_TemperatureLimit = cpu_to_be16((u16)ppm->tj_max * 256); in ci_populate_bapm_parameters_in_dpm_table()
H A Dradeon_si_dpm.c2170 struct radeon_ppm_table *ppm = rdev->pm.dpm.dyn_state.ppm_table; in si_populate_smc_tdp_limits() local
2208 papm_parm->NearTDPLimitTherm = cpu_to_be32(ppm->dgpu_tdp); in si_populate_smc_tdp_limits()
2209 papm_parm->dGPU_T_Limit = cpu_to_be32(ppm->tj_max); in si_populate_smc_tdp_limits()
/netbsd-src/external/bsd/openldap/dist/
H A DCHANGES15 Fixed ppm module for sysconfdir (ITS#7832)
H A DANNOUNCEMENT77 - ppm adds additional password checking criteria
/netbsd-src/sys/arch/vax/vax/
H A Dpmap.c694 struct pmap *ppm; in pmap_rmproc() local
707 ppm = l->l_proc->p_vmspace->vm_map.pmap; in pmap_rmproc()
708 if (ppm->pm_p0lr == 0 && ppm->pm_p1lr == NPTEPERREG) in pmap_rmproc()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/powerplay/smumgr/
H A Damdgpu_iceland_smumgr.c1861 struct phm_ppm_table *ppm = hwmgr->dyn_state.ppm_parameter_table; in iceland_populate_bapm_parameters_in_dpm_table() local
1883 if (NULL != ppm) { in iceland_populate_bapm_parameters_in_dpm_table()
1884 dpm_table->PPM_PkgPwrLimit = (uint16_t)ppm->dgpu_tdp * 256 / 1000; in iceland_populate_bapm_parameters_in_dpm_table()
1885 dpm_table->PPM_TemperatureLimit = (uint16_t)ppm->tj_max * 256; in iceland_populate_bapm_parameters_in_dpm_table()
H A Damdgpu_ci_smumgr.c725 struct phm_ppm_table *ppm = hwmgr->dyn_state.ppm_parameter_table; in ci_populate_bapm_parameters_in_dpm_table() local
738 if (ppm) { in ci_populate_bapm_parameters_in_dpm_table()
739 dpm_table->PPM_PkgPwrLimit = (uint16_t)ppm->dgpu_tdp * 256 / 1000; in ci_populate_bapm_parameters_in_dpm_table()
740 dpm_table->PPM_TemperatureLimit = (uint16_t)ppm->tj_max * 256; in ci_populate_bapm_parameters_in_dpm_table()
/netbsd-src/external/bsd/ntp/dist/scripts/stats/
H A DREADME.stats41 -35.9384 frequency offset (ppm)

12