readme

来自「samba-3.0.22.tar.gz 编译smb服务器的源码」· 代码 · 共 17 行

TXT
17
字号
README for Samba Password Database (PDB) examples====================================================Jelmer Vernooij <jelmer@nl.linux.org>Stefan (metze) Metzmacher <metze@samba.org>The test.c file in this directory contains a very basic example of a pdb plugin. It just prints the name of the function that is executed usingDEBUG. Maybe it's nice to include some of the arguments to the function in the future too..To debug passdb backends, try to run gdb on the 'pdbedit' executable. That'sreally much easier than restarting smbd constantly and attaching with your debugger.New passdb plugins should go into the samba lib directory, (/usr/lib/samba/pdb/for most distributions). An example would be: /usr/lib/samba/pdb/test.so

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?