diff options
author | Luke Leighton <lkcl@samba.org> | 1998-05-19 19:17:35 +0000 |
---|---|---|
committer | Luke Leighton <lkcl@samba.org> | 1998-05-19 19:17:35 +0000 |
commit | d906ac5941fa22f93a38d65906b89a80f971b83c (patch) | |
tree | 94edfc60906bb57b4f8f667aff2598c6e1640a15 /source/include/smb.h | |
parent | 0193dd21c3c44e0611add742c6f92b92474de6b8 (diff) | |
download | samba-d906ac5941fa22f93a38d65906b89a80f971b83c.tar.gz samba-d906ac5941fa22f93a38d65906b89a80f971b83c.tar.xz samba-d906ac5941fa22f93a38d65906b89a80f971b83c.zip |
removed "default" system for password database api: all functions must
be supported. there are some stub routines in passdb.c which can be
copied into a password database api which do conversion. the module
writer can choose which of these to provide full support for instead
of using the conversion routines.
Diffstat (limited to 'source/include/smb.h')
-rw-r--r-- | source/include/smb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/include/smb.h b/source/include/smb.h index 8687f618e42..cc0ce07495c 100644 --- a/source/include/smb.h +++ b/source/include/smb.h @@ -693,6 +693,7 @@ struct passdb_ops { /* * sam query display info functions. */ + struct sam_disp_info *(*getsamdispnam)(char *); struct sam_disp_info *(*getsamdisprid)(uint32); struct sam_disp_info *(*getsamdispent)(void *); }; |