summaryrefslogtreecommitdiff
path: root/source3/include/smb.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/include/smb.h')
-rw-r--r--source3/include/smb.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h
index cc0ce07495..092cf349e5 100644
--- a/source3/include/smb.h
+++ b/source3/include/smb.h
@@ -637,17 +637,6 @@ struct shmem_ops {
/*
* Each implementation of the password database code needs
* to support the following operations.
- *
- * either the get/mod/add-smbXXX or the get/mod/add-sam21XXX functions
- * are optional, but not both. conversion routines will be called
- * if only one of each is supported. the preference is to provide
- * full getsam21pwXXX functionality.
- *
- * e.g: provide a getsam21pwnam() function but set getsmbpwnam() to NULL:
- * passdb.c will automatically call getsam21pwnam() and then call the
- * sam21-to-smb conversion routine if the passdb.c::getsmbpwnam() function
- * is called.
- *
*/
struct passdb_ops {