Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nadezhda Ivanova
OpenLDAP
Commits
30c8aeb9
Commit
30c8aeb9
authored
Aug 29, 2002
by
Kurt Zeilenga
Browse files
Add passfile support
parent
0f1eb4fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/lutil.h
View file @
30c8aeb9
...
...
@@ -56,9 +56,15 @@ lutil_entropy LDAP_P((
unsigned
char
*
buf
,
ber_len_t
nbytes
));
/* pass
wd
.c */
/* pass
file
.c */
struct
berval
;
/* avoid pulling in lber.h */
LDAP_LUTIL_F
(
int
)
lutil_get_filed_password
LDAP_P
((
const
char
*
filename
,
struct
berval
*
));
/* passwd.c */
LDAP_LUTIL_F
(
int
)
lutil_authpasswd
LDAP_P
((
const
struct
berval
*
passwd
,
/* stored password */
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment