代码搜索:SAMBA
找到约 3,600 项符合「SAMBA」的源代码
代码结果 3,600
www.eeworm.com/read/238372/4615770
logrotate samba.logrotate
/var/log/samba/log.smbd {
weekly
missingok
rotate 7
postrotate
invoke-rc.d --quiet samba reload > /dev/null
endscript
compress
notifempty
}
/var/log/samba/log.nmbd {
weekly
missingok
rota
www.eeworm.com/read/238372/4615779
sysconfig samba.sysconfig
# Options to smbd
SMBDOPTIONS="-D"
# Options to nmbd
NMBDOPTIONS="-D"
# Options for winbindd
WINBINDOPTIONS=""
www.eeworm.com/read/238372/4615780
pamd samba.pamd
auth required pam_stack.so service=system-auth
session required pam_stack.so service=system-auth
account required pam_stack.so service=system-auth
password required pam_stack.so service=system-auth
www.eeworm.com/read/231546/4715138
vim samba.vim
" Vim syntax file
" Language: samba configuration files (smb.conf)
" Maintainer: Rafael Garcia-Suarez
" URL: http://rgarciasuarez.free.fr/vim/syntax/samba.vim
" Last change: 2
www.eeworm.com/read/334125/3372588
c samba.c
/*
Unix SMB/CIFS implementation.
Copyright (C) Jelmer Vernooij 2004-2007.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Publ
www.eeworm.com/read/281683/4113346
h samba.h
/**
* NXT bootstrap interface; NXT bootstrap control functions.
*
* Copyright 2006 David Anderson
*
* This program is free software; you can redistribute it and/or
*
www.eeworm.com/read/281683/4113369
c samba.c
/**
* NXT bootstrap interface; NXT Bootstrap control functions.
*
* Copyright 2006 David Anderson
*
* This program is free software; you can redistribute it and/or
*
www.eeworm.com/read/273665/4199724
schema samba.schema
##
## schema file for OpenLDAP 2.x
## Schema for storing Samba user accounts and group maps in LDAP
## OIDs are owned by the Samba Team
##
## Prerequisite schemas - uid (cosine.schema)
##
www.eeworm.com/read/273665/4199839
7 samba.7
.\"Generated by db2man.xsl. Don't modify this, modify the source.
.de Sh \" Subsection
.br
.if t .Sp
.ne 5
.PP
\fB\\$1\fR
.PP
..
.de Sp \" Vertical space (when we can't use .PP)
.if t .sp .5v
.if n .s
www.eeworm.com/read/273665/4200977
init samba.init
#!/bin/sh
#
if [ ! -d /usr/bin ]; then
echo "The /usr file system is not mounted."
exit 1
fi
killproc() {
pid=`/bin/ps ax | grep -w $1 | sed -e 's/^ *//' -e 's/ .*//'`
ech