python/py_winbind_conv.c

ソースコードを見る。

関数

BOOL py_from_winbind_passwd (PyObject **dict, struct winbindd_response *response)

変数

static struct pyconv py_passwd []


関数

BOOL py_from_winbind_passwd ( PyObject **  dict,
struct winbindd_response response 
)

py_winbind_conv.c37 行で定義されています。

参照先 from_struct()py_passwd.

参照元 py_getpwnam()py_getpwuid().

00038 {
00039         *dict = from_struct(response, py_passwd);
00040         return True;
00041 }


変数

struct pyconv py_passwd[] [static]

初期値:

 {
        { "pw_name", PY_STRING, offsetof(struct winbindd_response, data.pw.pw_name) },
        { "pw_passwd", PY_STRING, offsetof(struct winbindd_response, data.pw.pw_passwd) },
        { "pw_uid", PY_UID, offsetof(struct winbindd_response, data.pw.pw_uid) },
        { "pw_guid", PY_GID, offsetof(struct winbindd_response, data.pw.pw_gid) },
        { "pw_gecos", PY_STRING, offsetof(struct winbindd_response, data.pw.pw_gecos) },
        { "pw_dir", PY_STRING, offsetof(struct winbindd_response, data.pw.pw_dir) },
        { "pw_shell", PY_STRING, offsetof(struct winbindd_response, data.pw.pw_shell) },
        { NULL} 
}

py_winbind_conv.c26 行で定義されています。

参照元 py_from_winbind_passwd().


Sambaに対してSat Aug 29 21:24:05 2009に生成されました。  doxygen 1.4.7