search for: checkpw

Displaying 4 results from an estimated 4 matches for "checkpw".

Did you mean: checkvpw
2011 May 30
3
[Bug 1910] New: checkpw returns true when it shouldn't
https://bugzilla.mindrot.org/show_bug.cgi?id=1910 Summary: checkpw returns true when it shouldn't Product: jBCrypt Version: unspecified Platform: amd64 OS/Version: Other Status: NEW Severity: security Priority: P2 Component: Default AssignedTo: unassigned-bugs at mindrot.o...
2008 Mar 13
0
strange behaviour of "check password script"
Hi list, samba version: 3.0.23d-4 on debian etch. To enforce complex passwords I've added the line: check password script = /usr/local/scripts/checkpw Where checkpw is a script returning 0 if ok, and returning an error if not ok. The restrictions the script checks are: at least one uppercase, at least one lowercase, at least one number, at least one non-alphanum character and at least 8 characters long. The script is tested on the commandline...
2005 Jan 20
0
SASL build error on solaris 8
...cursive Making all in include Making all in sasldb Making all in plugins Making all in lib /bin/sh ../libtool --mode=link gcc -Wall -W -Wall -g -O2 -L/usr/local/lib -R/usr/local/lib -L/usr/local/lib -L/usr/local/lib -o libsasl2.la -rpath =/usr/local/lib -version-info 2:15:0 auxprop.lo canonusr.lo checkpw.lo client.lo common.lo config.lo external.lo md5.lo saslutil.lo server.lo seterror.lo dlopen.lo plugin_common.lo -ldl -lresolv -lsocket -lnsl -lresolv -lresolv -lresolv -lsocket libtool: link: only absolute run-paths are allowed *** Error code 1 make: Fatal error: Command failed for target `libs...
2001 Dec 12
1
MacOS X Server samba diffs
...#define slprintf snprintf #define vslprintf vsnprintf -/* MacOS X DirectoryService */ -#ifdef DIRECTORY_SERVICE_X -#include <DirectoryService/DirServices.h> -#include <DirectoryService/DirServicesConst.h> -#include <DirectoryService/DirServicesUtils.h> -#include <Security/checkpw.h> -#include <CoreFoundation/CFString.h> - -tDirNodeReference getusernode(tDirReference dirRef, char *userName); -BOOL pass_check_directoryservice(char *user, char *challenge, char *password); -BOOL DirServicesAuthUser(tDirReference dirRef, tDirNodeReference userNode, char *user, char *c...