We're using Samba 3.0.21a-1 on a CentOS 4.2 server (kernel 2.6.9-22.0.2.ELsmp); everything works more or less fine, it's functioning as the PDC with an OpenLDAP back end (setup essentially straight from the Idealx.org playbook), etc. We're trying to mount Windows shares to back them up, and getting "permission denied" errors when trying to read certain files from those shares. A typical operation might look like this: server:~# mount -t smbfs -o username="\\LCLDOMAIN\backup",password="password" //workstation/share /mnt/backup server:~# tar jcvf /mnt/backup_drive/workstation.tar.bz2 /mnt/backup The backup user has the SeBackupPrivilege right set, which to my understanding should allow it read-access to every file on those shares...? server:~# net rpc rights list backup Password: SeBackupPrivilege I'd love to know what I'm doing wrong. Haven't really touched Samba since 2.0 was in Beta, so to say I'm slightly in over my head might be an understatement... Thanks!
On Sat, 21 Jan 2006, samba@divus.org wrote:> SeBackupPrivilegeAddendum: The same behavior is found when using the native 'smbtar' command: server:~# smbtar -s desktop -x Documents -v -p pa55w0rd -u '\\LCLDOMAIN\backup' -t /media/usbdisk/desktop.tar server is desktop share is Documents\\ tar args is tape is /media/usbdisk/desktop.tar blocksize is added interface ip=192.168.1.3 bcast=192.168.1.255 nmask=255.255.255.0 Got a positive name query response from 127.0.0.1 ( 192.168.1.113 ) Domain=[LCLDOMAIN] OS=[Windows 5.1] Server=[Windows 2000 LAN Manager] tarmode is now full, system, hidden, noreset, verbose NT_STATUS_ACCESS_DENIED opening remote file \071205 - noritsu.pdf (\) 453632 ( 6815.4 kb/s) \092305 - PCMCIA Connector Casing Cut.SLDDRW 347136 ( 7704.5 kb/s) \092305 - PCMCIA Connector Casing Cut.SLDPRT directory \111605-Demo Unit\ 410405 ( 7287.0 kb/s) \111605-Demo Unit\111605-Calib Verify,Random Load.dat 267216 ( 7675.1 kb/s) \111605-Demo Unit\111805-3.8mm,16x16,10psi ...
samba@divus.org [samba@divus.org] wrote:> We're using Samba 3.0.21a-1 on a CentOS 4.2 server (kernel > 2.6.9-22.0.2.ELsmp); everything works more or less fine, > it's functioning as the PDC with an OpenLDAP back end (setup > essentially straight from the Idealx.org playbook), etc. > > We're trying to mount Windows shares to back them up, and > getting "permission denied" errors when trying to read > certain files from those shares. > > A typical operation might look like this: > > server:~# mount -t smbfs -o > username="\\LCLDOMAIN\backup",password="password" > //workstation/share /mnt/backup > > server:~# tar jcvf /mnt/backup_drive/workstation.tar.bz2 > /mnt/backup > > The backup user has the SeBackupPrivilege right set, which > to my understanding should allow it read-access to every > file on those shares...? > > server:~# net rpc rights list backup > Password: > SeBackupPrivilege > > I'd love to know what I'm doing wrong. Haven't really > touched Samba since 2.0 was in Beta, so to say I'm slightly > in over my head might be an understatement... > > Thanks! > > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/listinfo/sambaWhy not use cifs instead of smbfs? seems to work better for me. -- *--* Mail: lawrence@otak.com *--* Voice: 425.739.4247 *--* Fax: 425.827.9577 *--* HTTP://the-penguin.otak.com/~lawrence -------------------------------------- - - - - - - O t a k i n c . - - - - - -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: Digital signature Url : http://lists.samba.org/archive/samba/attachments/20060121/e21ff566/attachment.bin
Lawrence Walton wrote: > sounds like the kernel does not have cifs support. Or you don't have > mount.cifs. Right, I don't, which is why I originally responded with: "How would one do that? I installed 3.0.21a from the RedHat .src.rpm (rpmbuild --rebuild <src.rpm file>; rpm -ivh /usr/src/redhat/RPMS/i386/samba-3.0.21a-1.src.rpm) and don't seem to have the mount.cifs present... " It doesn't appear that 'mount.cifs' is part of the most recent Samba .src.rpm...? > lsmod | grep cifs server:~# lsmod | grep cifs cifs 167353 0 Thanks!
On Sat, 21 Jan 2006, Lawrence Walton wrote:> mount.cifs should be part of any modern samba package.That's what I thought. But, here's what I did to install Samba: # wget http://us5.samba.org/samba/ftp/Binary_Packages/RedHat/SRPMS/samba-3.0.21a-1.src.rpm # rpmbuild --rebuild samba-3.0.21a-1.src.rpm # rpm -Uvh /usr/src/redhat/RPMS/i386/samba-3.0.21a-1.rpm (The last RPM was generated from the Samba source RPM during the --rebuild operation). This is the latest Samba sourcecode, pulled from the Samba site itself. Here's a full list of everything it installed: # rpm -ql samba /etc/logrotate.d/samba /etc/pam.d/samba /etc/rc.d/init.d/smb /etc/rc.d/init.d/winbind /etc/samba/lmhosts /etc/samba/samba.stack /etc/samba/samba.xinetd /etc/samba/smb.conf /etc/samba/smbusers /lib/libnss_winbind.so /lib/libnss_winbind.so.2 /lib/libnss_wins.so /lib/libnss_wins.so.2 /lib/security/pam_smbpass.so /lib/security/pam_winbind.so /sbin/mount.smb /sbin/mount.smbfs /usr/bin/eventlogadm /usr/bin/findsmb /usr/bin/mksmbpasswd.sh /usr/bin/net /usr/bin/nmblookup /usr/bin/ntlm_auth /usr/bin/pdbedit /usr/bin/rpcclient /usr/bin/smbcacls /usr/bin/smbclient /usr/bin/smbcontrol /usr/bin/smbcquotas /usr/bin/smbget /usr/bin/smbmnt /usr/bin/smbpasswd /usr/bin/smbprint /usr/bin/smbspool /usr/bin/smbstatus /usr/bin/smbtar /usr/bin/smbtree /usr/bin/tdbbackup /usr/bin/testparm /usr/bin/wbinfo /usr/include/libmsrpc.h /usr/include/libsmbclient.h /usr/lib/libmsrpc.a /usr/lib/libmsrpc.so /usr/lib/libsmbclient.a /usr/lib/libsmbclient.so /usr/lib/samba/auth/script.so /usr/lib/samba/charset/CP437.so /usr/lib/samba/charset/CP850.so /usr/lib/samba/de.msg /usr/lib/samba/en.msg /usr/lib/samba/fr.msg /usr/lib/samba/idmap/idmap_rid.so /usr/lib/samba/it.msg /usr/lib/samba/ja.msg /usr/lib/samba/lowcase.dat /usr/lib/samba/nl.msg /usr/lib/samba/pl.msg /usr/lib/samba/tr.msg /usr/lib/samba/upcase.dat /usr/lib/samba/valid.dat /usr/lib/samba/vfs/audit.so /usr/lib/samba/vfs/cap.so /usr/lib/samba/vfs/default_quota.so /usr/lib/samba/vfs/expand_msdfs.so /usr/lib/samba/vfs/extd_audit.so /usr/lib/samba/vfs/fake_perms.so /usr/lib/samba/vfs/full_audit.so /usr/lib/samba/vfs/netatalk.so /usr/lib/samba/vfs/readonly.so /usr/lib/samba/vfs/recycle.so /usr/lib/samba/vfs/shadow_copy.so /usr/sbin/debug2html /usr/sbin/nmbd /usr/sbin/samba /usr/sbin/smbd /usr/sbin/smbmount /usr/sbin/smbumount /usr/sbin/swat /usr/sbin/winbindd /usr/share/doc/samba-3.0.21a /usr/share/doc/samba-3.0.21a/COPYING /usr/share/doc/samba-3.0.21a/Manifest /usr/share/doc/samba-3.0.21a/README /usr/share/doc/samba-3.0.21a/Read-Manifest-Now /usr/share/doc/samba-3.0.21a/Roadmap /usr/share/doc/samba-3.0.21a/WHATSNEW.txt /usr/share/doc/samba-3.0.21a/docs /usr/share/doc/samba-3.0.21a/docs/REVISION /usr/share/doc/samba-3.0.21a/docs/Samba3-ByExample.pdf /usr/share/doc/samba-3.0.21a/docs/Samba3-Developers-Guide.pdf /usr/share/doc/samba-3.0.21a/docs/Samba3-HOWTO.pdf /usr/share/doc/samba-3.0.21a/docs/THANKS /usr/share/doc/samba-3.0.21a/docs/history /usr/share/doc/samba-3.0.21a/docs/htmldocs /usr/share/doc/samba-3.0.21a/docs/registry /usr/share/doc/samba-3.0.21a/docs/registry/FolderRedir.adm /usr/share/doc/samba-3.0.21a/docs/registry/NT4-Locking.reg /usr/share/doc/samba-3.0.21a/docs/registry/NT4_PlainPassword.reg /usr/share/doc/samba-3.0.21a/docs/registry/Win-2Kx-XPP-DeleteCachedProfiles.reg /usr/share/doc/samba-3.0.21a/docs/registry/Win-2Kx-XPP-ForceLocalProfile.reg /usr/share/doc/samba-3.0.21a/docs/registry/Win-NT-DeleteRoamingProfile.reg /usr/share/doc/samba-3.0.21a/docs/registry/Win2000_PlainPassword.reg /usr/share/doc/samba-3.0.21a/docs/registry/Win95_PlainPassword.reg /usr/share/doc/samba-3.0.21a/docs/registry/Win98_PlainPassword.reg /usr/share/doc/samba-3.0.21a/docs/registry/Win9X-CacheHandling.reg /usr/share/doc/samba-3.0.21a/docs/registry/WinME_PlainPassword.reg /usr/share/doc/samba-3.0.21a/docs/registry/WinXP_PlainPassword.reg /usr/share/doc/samba-3.0.21a/docs/registry/WindowsTerminalServer.reg /usr/share/doc/samba-3.0.21a/examples /usr/share/doc/samba-3.0.21a/examples/LDAP /usr/share/doc/samba-3.0.21a/examples/LDAP/README /usr/share/doc/samba-3.0.21a/examples/LDAP/convertSambaAccount /usr/share/doc/samba-3.0.21a/examples/LDAP/get_next_oid /usr/share/doc/samba-3.0.21a/examples/LDAP/samba-nds.schema /usr/share/doc/samba-3.0.21a/examples/LDAP/samba-schema-netscapeds4.x /usr/share/doc/samba-3.0.21a/examples/LDAP/samba-schema-netscapeds5.x /usr/share/doc/samba-3.0.21a/examples/LDAP/samba-schema.IBMSecureWay /usr/share/doc/samba-3.0.21a/examples/LDAP/samba.schema /usr/share/doc/samba-3.0.21a/examples/LDAP/samba.schema.at.IBM-DS /usr/share/doc/samba-3.0.21a/examples/LDAP/samba.schema.oc.IBM-DS /usr/share/doc/samba-3.0.21a/examples/LDAP/smbldap-tools-0.9.1 /usr/share/doc/samba-3.0.21a/examples/LDAP/smbldap-tools-0.9.1/CONTRIBUTORS /usr/share/doc/samba-3.0.21a/examples/LDAP/smbldap-tools-0.9.1/COPYING /usr/share/doc/samba-3.0.21a/examples/LDAP/smbldap-tools-0.9.1/ChangeLog /usr/share/doc/samba-3.0.21a/examples/LDAP/smbldap-tools-0.9.1/FILES /usr/share/doc/samba-3.0.21a/examples/LDAP/smbldap-tools-0.9.1/INFRA /usr/share/doc/samba-3.0.21a/examples/LDAP/smbldap-tools-0.9.1/INSTALL /usr/share/doc/samba-3.0.21a/examples/LDAP/smbldap-tools-0.9.1/Makefile /usr/share/doc/samba-3.0.21a/examples/LDAP/smbldap-tools-0.9.1/README /usr/share/doc/samba-3.0.21a/examples/LDAP/smbldap-tools-0.9.1/TODO /usr/share/doc/samba-3.0.21a/examples/LDAP/smbldap-tools-0.9.1/configure.pl /usr/share/doc/samba-3.0.21a/examples/LDAP/smbldap-tools-0.9.1/doc /usr/share/doc/samba-3.0.21a/examples/LDAP/smbldap-tools-0.9.1/doc/html /usr/share/doc/samba-3.0.21a/examples/LDAP/smbldap-tools-0.9.1/doc/html/contents_motif.gif /usr/share/doc/samba-3.0.21a/examples/LDAP/smbldap-tools-0.9.1/doc/html/index.html /usr/share/doc/samba-3.0.21a/examples/LDAP/smbldap-tools-0.9.1/doc/html/next_motif.gif /usr/share/doc/samba-3.0.21a/examples/LDAP/smbldap-tools-0.9.1/doc/html/previous_motif.gif /usr/share/doc/samba-3.0.21a/examples/LDAP/smbldap-tools-0.9.1/doc/html/smbldap-tools.html /usr/share/doc/samba-3.0.21a/examples/LDAP/smbldap-tools-0.9.1/doc/html/smbldap-tools001.html /usr/share/doc/samba-3.0.21a/examples/LDAP/smbldap-tools-0.9.1/doc/html/smbldap-tools002.html /usr/share/doc/samba-3.0.21a/examples/LDAP/smbldap-tools-0.9.1/doc/html/smbldap-tools003.html /usr/share/doc/samba-3.0.21a/examples/LDAP/smbldap-tools-0.9.1/doc/html/smbldap-tools004.html /usr/share/doc/samba-3.0.21a/examples/LDAP/smbldap-tools-0.9.1/doc/html/smbldap-tools005.html /usr/share/doc/samba-3.0.21a/examples/LDAP/smbldap-tools-0.9.1/doc/html/smbldap-tools006.html /usr/share/doc/samba-3.0.21a/examples/LDAP/smbldap-tools-0.9.1/doc/html/smbldap-tools007.html /usr/share/doc/samba-3.0.21a/examples/LDAP/smbldap-tools-0.9.1/doc/html/smbldap-tools008.html /usr/share/doc/samba-3.0.21a/examples/LDAP/smbldap-tools-0.9.1/doc/html/smbldap-tools009.html /usr/share/doc/samba-3.0.21a/examples/LDAP/smbldap-tools-0.9.1/doc/html/smbldap-tools010.html /usr/share/doc/samba-3.0.21a/examples/LDAP/smbldap-tools-0.9.1/doc/smbldap-migrate-pwdump-accounts /usr/share/doc/samba-3.0.21a/examples/LDAP/smbldap-tools-0.9.1/doc/smbldap-migrate-pwdump-groups /usr/share/doc/samba-3.0.21a/examples/LDAP/smbldap-tools-0.9.1/doc/smbldap-migrate-unix-accounts /usr/share/doc/samba-3.0.21a/examples/LDAP/smbldap-tools-0.9.1/doc/smbldap-migrate-unix-groups /usr/share/doc/samba-3.0.21a/examples/LDAP/smbldap-tools-0.9.1/doc/smbldap-tools.pdf /usr/share/doc/samba-3.0.21a/examples/LDAP/smbldap-tools-0.9.1/smb.conf /usr/share/doc/samba-3.0.21a/examples/LDAP/smbldap-tools-0.9.1/smbldap-groupadd /usr/share/doc/samba-3.0.21a/examples/LDAP/smbldap-tools-0.9.1/smbldap-groupdel /usr/share/doc/samba-3.0.21a/examples/LDAP/smbldap-tools-0.9.1/smbldap-groupmod /usr/share/doc/samba-3.0.21a/examples/LDAP/smbldap-tools-0.9.1/smbldap-groupshow /usr/share/doc/samba-3.0.21a/examples/LDAP/smbldap-tools-0.9.1/smbldap-passwd /usr/share/doc/samba-3.0.21a/examples/LDAP/smbldap-tools-0.9.1/smbldap-populate /usr/share/doc/samba-3.0.21a/examples/LDAP/smbldap-tools-0.9.1/smbldap-tools.spec /usr/share/doc/samba-3.0.21a/examples/LDAP/smbldap-tools-0.9.1/smbldap-useradd /usr/share/doc/samba-3.0.21a/examples/LDAP/smbldap-tools-0.9.1/smbldap-userdel /usr/share/doc/samba-3.0.21a/examples/LDAP/smbldap-tools-0.9.1/smbldap-userinfo /usr/share/doc/samba-3.0.21a/examples/LDAP/smbldap-tools-0.9.1/smbldap-usermod /usr/share/doc/samba-3.0.21a/examples/LDAP/smbldap-tools-0.9.1/smbldap-usershow /usr/share/doc/samba-3.0.21a/examples/LDAP/smbldap-tools-0.9.1/smbldap.conf /usr/share/doc/samba-3.0.21a/examples/LDAP/smbldap-tools-0.9.1/smbldap_bind.conf /usr/share/doc/samba-3.0.21a/examples/LDAP/smbldap-tools-0.9.1/smbldap_tools.pm /usr/share/doc/samba-3.0.21a/examples/README /usr/share/doc/samba-3.0.21a/examples/VFS /usr/share/doc/samba-3.0.21a/examples/VFS/Makefile.in /usr/share/doc/samba-3.0.21a/examples/VFS/README /usr/share/doc/samba-3.0.21a/examples/VFS/autogen.sh /usr/share/doc/samba-3.0.21a/examples/VFS/configure.in /usr/share/doc/samba-3.0.21a/examples/VFS/install-sh /usr/share/doc/samba-3.0.21a/examples/VFS/shadow_copy_test.c /usr/share/doc/samba-3.0.21a/examples/VFS/skel_opaque.c /usr/share/doc/samba-3.0.21a/examples/VFS/skel_transparent.c /usr/share/doc/samba-3.0.21a/examples/auth /usr/share/doc/samba-3.0.21a/examples/auth/Makefile /usr/share/doc/samba-3.0.21a/examples/auth/auth_skel.c /usr/share/doc/samba-3.0.21a/examples/auth/crackcheck /usr/share/doc/samba-3.0.21a/examples/auth/crackcheck/Makefile /usr/share/doc/samba-3.0.21a/examples/auth/crackcheck/crackcheck.c /usr/share/doc/samba-3.0.21a/examples/autofs /usr/share/doc/samba-3.0.21a/examples/autofs/auto.smb /usr/share/doc/samba-3.0.21a/examples/dce-dfs /usr/share/doc/samba-3.0.21a/examples/dce-dfs/README /usr/share/doc/samba-3.0.21a/examples/dce-dfs/smb.conf /usr/share/doc/samba-3.0.21a/examples/libmsrpc /usr/share/doc/samba-3.0.21a/examples/libmsrpc/cacusermgr /usr/share/doc/samba-3.0.21a/examples/libmsrpc/cacusermgr/Makefile /usr/share/doc/samba-3.0.21a/examples/libmsrpc/cacusermgr/cacusermgr.c /usr/share/doc/samba-3.0.21a/examples/libmsrpc/cacusermgr/cacusermgr.h /usr/share/doc/samba-3.0.21a/examples/libmsrpc/cacusermgr/mgr_group.c /usr/share/doc/samba-3.0.21a/examples/libmsrpc/cacusermgr/mgr_user.c /usr/share/doc/samba-3.0.21a/examples/libmsrpc/cacusermgr/util.c /usr/share/doc/samba-3.0.21a/examples/libmsrpc/test /usr/share/doc/samba-3.0.21a/examples/libmsrpc/test/Makefile /usr/share/doc/samba-3.0.21a/examples/libmsrpc/test/README /usr/share/doc/samba-3.0.21a/examples/libmsrpc/test/lsa /usr/share/doc/samba-3.0.21a/examples/libmsrpc/test/lsa/ear.c /usr/share/doc/samba-3.0.21a/examples/libmsrpc/test/lsa/lsaenum.c /usr/share/doc/samba-3.0.21a/examples/libmsrpc/test/lsa/lsaenumprivs.c /usr/share/doc/samba-3.0.21a/examples/libmsrpc/test/lsa/lsapol.c /usr/share/doc/samba-3.0.21a/examples/libmsrpc/test/lsa/lsapriv.c /usr/share/doc/samba-3.0.21a/examples/libmsrpc/test/lsa/lsaq.c /usr/share/doc/samba-3.0.21a/examples/libmsrpc/test/lsa/lsatrust.c /usr/share/doc/samba-3.0.21a/examples/libmsrpc/test/reg /usr/share/doc/samba-3.0.21a/examples/libmsrpc/test/reg/regdelete.c /usr/share/doc/samba-3.0.21a/examples/libmsrpc/test/reg/regkey.c /usr/share/doc/samba-3.0.21a/examples/libmsrpc/test/reg/regkeycreate.c /usr/share/doc/samba-3.0.21a/examples/libmsrpc/test/reg/regkeyenum.c /usr/share/doc/samba-3.0.21a/examples/libmsrpc/test/reg/regopen.c /usr/share/doc/samba-3.0.21a/examples/libmsrpc/test/reg/regopenkey.c /usr/share/doc/samba-3.0.21a/examples/libmsrpc/test/reg/regqueryval.c /usr/share/doc/samba-3.0.21a/examples/libmsrpc/test/reg/regsetval.c /usr/share/doc/samba-3.0.21a/examples/libmsrpc/test/reg/regvalenum.c /usr/share/doc/samba-3.0.21a/examples/libmsrpc/test/reg/security.c /usr/share/doc/samba-3.0.21a/examples/libmsrpc/test/reg/shutdown.c /usr/share/doc/samba-3.0.21a/examples/libmsrpc/test/sam /usr/share/doc/samba-3.0.21a/examples/libmsrpc/test/sam/adduser.c /usr/share/doc/samba-3.0.21a/examples/libmsrpc/test/sam/disable.c /usr/share/doc/samba-3.0.21a/examples/libmsrpc/test/sam/dominfo.c /usr/share/doc/samba-3.0.21a/examples/libmsrpc/test/sam/enable.c /usr/share/doc/samba-3.0.21a/examples/libmsrpc/test/sam/samenum.c /usr/share/doc/samba-3.0.21a/examples/libmsrpc/test/sam/samgroup.c /usr/share/doc/samba-3.0.21a/examples/libmsrpc/test/sam/samlookup.c /usr/share/doc/samba-3.0.21a/examples/libmsrpc/test/sam/samuser.c /usr/share/doc/samba-3.0.21a/examples/libmsrpc/test/smbc_test /usr/share/doc/samba-3.0.21a/examples/libmsrpc/test/smbc_test/smbc.c /usr/share/doc/samba-3.0.21a/examples/libmsrpc/test/svcctl /usr/share/doc/samba-3.0.21a/examples/libmsrpc/test/svcctl/svc.c /usr/share/doc/samba-3.0.21a/examples/libmsrpc/test/test_util.c /usr/share/doc/samba-3.0.21a/examples/libmsrpc/test/test_util.h /usr/share/doc/samba-3.0.21a/examples/libsmbclient /usr/share/doc/samba-3.0.21a/examples/libsmbclient/Makefile /usr/share/doc/samba-3.0.21a/examples/libsmbclient/README /usr/share/doc/samba-3.0.21a/examples/libsmbclient/get_auth_data_fn.h /usr/share/doc/samba-3.0.21a/examples/libsmbclient/smbwrapper /usr/share/doc/samba-3.0.21a/examples/libsmbclient/smbwrapper/Makefile /usr/share/doc/samba-3.0.21a/examples/libsmbclient/smbwrapper/README /usr/share/doc/samba-3.0.21a/examples/libsmbclient/smbwrapper/opendir_smbsh.c /usr/share/doc/samba-3.0.21a/examples/libsmbclient/smbwrapper/select.c /usr/share/doc/samba-3.0.21a/examples/libsmbclient/smbwrapper/smbsh.c /usr/share/doc/samba-3.0.21a/examples/libsmbclient/smbwrapper/smbw.c /usr/share/doc/samba-3.0.21a/examples/libsmbclient/smbwrapper/smbw.h /usr/share/doc/samba-3.0.21a/examples/libsmbclient/smbwrapper/smbw_dir.c /usr/share/doc/samba-3.0.21a/examples/libsmbclient/smbwrapper/smbw_stat.c /usr/share/doc/samba-3.0.21a/examples/libsmbclient/smbwrapper/wrapper.c /usr/share/doc/samba-3.0.21a/examples/libsmbclient/smbwrapper/wrapper.h /usr/share/doc/samba-3.0.21a/examples/libsmbclient/testacl.c /usr/share/doc/samba-3.0.21a/examples/libsmbclient/testbrowse.c /usr/share/doc/samba-3.0.21a/examples/libsmbclient/testbrowse2.c /usr/share/doc/samba-3.0.21a/examples/libsmbclient/testchmod.c /usr/share/doc/samba-3.0.21a/examples/libsmbclient/testread.c /usr/share/doc/samba-3.0.21a/examples/libsmbclient/testsmbc.c /usr/share/doc/samba-3.0.21a/examples/libsmbclient/teststat.c /usr/share/doc/samba-3.0.21a/examples/libsmbclient/testutime.c /usr/share/doc/samba-3.0.21a/examples/libsmbclient/tree.c /usr/share/doc/samba-3.0.21a/examples/logon /usr/share/doc/samba-3.0.21a/examples/logon/genlogon /usr/share/doc/samba-3.0.21a/examples/logon/genlogon/genlogon.pl /usr/share/doc/samba-3.0.21a/examples/logon/mklogon /usr/share/doc/samba-3.0.21a/examples/logon/mklogon/mklogon.conf /usr/share/doc/samba-3.0.21a/examples/logon/mklogon/mklogon.pl /usr/share/doc/samba-3.0.21a/examples/logon/ntlogon /usr/share/doc/samba-3.0.21a/examples/logon/ntlogon/README /usr/share/doc/samba-3.0.21a/examples/logon/ntlogon/ntlogon.conf /usr/share/doc/samba-3.0.21a/examples/logon/ntlogon/ntlogon.py /usr/share/doc/samba-3.0.21a/examples/misc /usr/share/doc/samba-3.0.21a/examples/misc/adssearch.pl /usr/share/doc/samba-3.0.21a/examples/misc/check_multiple_LDAP_entries.pl /usr/share/doc/samba-3.0.21a/examples/misc/extra_smbstatus /usr/share/doc/samba-3.0.21a/examples/misc/swat.pl /usr/share/doc/samba-3.0.21a/examples/misc/wall.perl /usr/share/doc/samba-3.0.21a/examples/nss /usr/share/doc/samba-3.0.21a/examples/nss/nss_winbind.c /usr/share/doc/samba-3.0.21a/examples/nss/nss_winbind.h /usr/share/doc/samba-3.0.21a/examples/nss/wbtest.c /usr/share/doc/samba-3.0.21a/examples/pdb /usr/share/doc/samba-3.0.21a/examples/pdb/Makefile /usr/share/doc/samba-3.0.21a/examples/pdb/README /usr/share/doc/samba-3.0.21a/examples/pdb/mysql /usr/share/doc/samba-3.0.21a/examples/pdb/mysql/mysql.dump /usr/share/doc/samba-3.0.21a/examples/pdb/mysql/smb.conf /usr/share/doc/samba-3.0.21a/examples/pdb/sambapdb.dtd /usr/share/doc/samba-3.0.21a/examples/pdb/test.c /usr/share/doc/samba-3.0.21a/examples/perfcounter /usr/share/doc/samba-3.0.21a/examples/perfcounter/Makefile /usr/share/doc/samba-3.0.21a/examples/perfcounter/perf.h /usr/share/doc/samba-3.0.21a/examples/perfcounter/perf_writer.c /usr/share/doc/samba-3.0.21a/examples/perfcounter/perf_writer_cpu.c /usr/share/doc/samba-3.0.21a/examples/perfcounter/perf_writer_disk.c /usr/share/doc/samba-3.0.21a/examples/perfcounter/perf_writer_mem.c /usr/share/doc/samba-3.0.21a/examples/perfcounter/perf_writer_process.c /usr/share/doc/samba-3.0.21a/examples/perfcounter/perf_writer_util.c /usr/share/doc/samba-3.0.21a/examples/perfcounter/perfcountd.init /usr/share/doc/samba-3.0.21a/examples/printer-accounting /usr/share/doc/samba-3.0.21a/examples/printer-accounting/README /usr/share/doc/samba-3.0.21a/examples/printer-accounting/acct-all /usr/share/doc/samba-3.0.21a/examples/printer-accounting/acct-sum /usr/share/doc/samba-3.0.21a/examples/printer-accounting/hp5-redir /usr/share/doc/samba-3.0.21a/examples/printer-accounting/lp-acct /usr/share/doc/samba-3.0.21a/examples/printer-accounting/printcap /usr/share/doc/samba-3.0.21a/examples/printing /usr/share/doc/samba-3.0.21a/examples/printing/VampireDriversFunctions /usr/share/doc/samba-3.0.21a/examples/printing/prtpub.c /usr/share/doc/samba-3.0.21a/examples/printing/readme.prtpub /usr/share/doc/samba-3.0.21a/examples/printing/smbprint /usr/share/doc/samba-3.0.21a/examples/printing/smbprint.sysv /usr/share/doc/samba-3.0.21a/examples/scripts /usr/share/doc/samba-3.0.21a/examples/scripts/debugging /usr/share/doc/samba-3.0.21a/examples/scripts/debugging/linux /usr/share/doc/samba-3.0.21a/examples/scripts/debugging/linux/backtrace /usr/share/doc/samba-3.0.21a/examples/scripts/debugging/solaris /usr/share/doc/samba-3.0.21a/examples/scripts/debugging/solaris/README /usr/share/doc/samba-3.0.21a/examples/scripts/debugging/solaris/solaris-oops.sh /usr/share/doc/samba-3.0.21a/examples/scripts/eventlog /usr/share/doc/samba-3.0.21a/examples/scripts/eventlog/parselog.pl /usr/share/doc/samba-3.0.21a/examples/scripts/printing /usr/share/doc/samba-3.0.21a/examples/scripts/printing/cups /usr/share/doc/samba-3.0.21a/examples/scripts/printing/cups/smbaddprinter.pl /usr/share/doc/samba-3.0.21a/examples/scripts/printing/cups/smbdelprinter.pl /usr/share/doc/samba-3.0.21a/examples/scripts/shares /usr/share/doc/samba-3.0.21a/examples/scripts/shares/perl /usr/share/doc/samba-3.0.21a/examples/scripts/shares/perl/modify_samba_config.pl /usr/share/doc/samba-3.0.21a/examples/scripts/shares/python /usr/share/doc/samba-3.0.21a/examples/scripts/shares/python/SambaConfig.py /usr/share/doc/samba-3.0.21a/examples/scripts/shares/python/SambaParm.py /usr/share/doc/samba-3.0.21a/examples/scripts/shares/python/generate_parm_table.py /usr/share/doc/samba-3.0.21a/examples/scripts/shares/python/modify_samba_config.py /usr/share/doc/samba-3.0.21a/examples/scripts/shares/python/smbparm.py /usr/share/doc/samba-3.0.21a/examples/scripts/wins_hook /usr/share/doc/samba-3.0.21a/examples/scripts/wins_hook/README /usr/share/doc/samba-3.0.21a/examples/scripts/wins_hook/dns_update /usr/share/doc/samba-3.0.21a/examples/smb.conf.default /usr/share/doc/samba-3.0.21a/examples/tridge /usr/share/doc/samba-3.0.21a/examples/tridge/README /usr/share/doc/samba-3.0.21a/examples/tridge/smb.conf /usr/share/doc/samba-3.0.21a/examples/tridge/smb.conf.WinNT /usr/share/doc/samba-3.0.21a/examples/tridge/smb.conf.fjall /usr/share/doc/samba-3.0.21a/examples/tridge/smb.conf.lapland /usr/share/doc/samba-3.0.21a/examples/tridge/smb.conf.vittjokk /usr/share/doc/samba-3.0.21a/examples/validchars /usr/share/doc/samba-3.0.21a/examples/validchars/msdos70.out /usr/share/doc/samba-3.0.21a/examples/validchars/nwdos70.out /usr/share/doc/samba-3.0.21a/examples/validchars/readme /usr/share/doc/samba-3.0.21a/examples/validchars/validchr.c /usr/share/doc/samba-3.0.21a/examples/validchars/validchr.com /usr/share/man/man1/findsmb.1.gz /usr/share/man/man1/nmblookup.1.gz /usr/share/man/man1/ntlm_auth.1.gz /usr/share/man/man1/profiles.1.gz /usr/share/man/man1/rpcclient.1.gz /usr/share/man/man1/smbcacls.1.gz /usr/share/man/man1/smbclient.1.gz /usr/share/man/man1/smbcontrol.1.gz /usr/share/man/man1/smbcquotas.1.gz /usr/share/man/man1/smbget.1.gz /usr/share/man/man1/smbstatus.1.gz /usr/share/man/man1/smbtar.1.gz /usr/share/man/man1/smbtree.1.gz /usr/share/man/man1/testparm.1.gz /usr/share/man/man1/vfstest.1.gz /usr/share/man/man1/wbinfo.1.gz /usr/share/man/man5/lmhosts.5.gz /usr/share/man/man5/smb.conf.5.gz /usr/share/man/man5/smbgetrc.5.gz /usr/share/man/man5/smbpasswd.5.gz /usr/share/man/man7/libsmbclient.7.gz /usr/share/man/man7/pam_winbind.7.gz /usr/share/man/man7/samba.7.gz /usr/share/man/man8/net.8.gz /usr/share/man/man8/nmbd.8.gz /usr/share/man/man8/pdbedit.8.gz /usr/share/man/man8/smbd.8.gz /usr/share/man/man8/smbmnt.8.gz /usr/share/man/man8/smbmount.8.gz /usr/share/man/man8/smbpasswd.8.gz /usr/share/man/man8/smbspool.8.gz /usr/share/man/man8/smbumount.8.gz /usr/share/man/man8/swat.8.gz /usr/share/man/man8/tdbbackup.8.gz /usr/share/man/man8/tdbdump.8.gz /usr/share/man/man8/umount.cifs.8.gz /usr/share/man/man8/winbindd.8.gz /usr/share/swat/help/Samba3-ByExample /usr/share/swat/help/Samba3-ByExample/2000users.html /usr/share/swat/help/Samba3-ByExample/Big500users.html /usr/share/swat/help/Samba3-ByExample/DMSMig.html /usr/share/swat/help/Samba3-ByExample/DomApps.html /usr/share/swat/help/Samba3-ByExample/ExNetworks.html /usr/share/swat/help/Samba3-ByExample/HA.html /usr/share/swat/help/Samba3-ByExample/RefSection.html /usr/share/swat/help/Samba3-ByExample/appendix.html /usr/share/swat/help/Samba3-ByExample/ch14.html /usr/share/swat/help/Samba3-ByExample/go01.html /usr/share/swat/help/Samba3-ByExample/gpl.html /usr/share/swat/help/Samba3-ByExample/happy.html /usr/share/swat/help/Samba3-ByExample/images /usr/share/swat/help/Samba3-ByExample/images/AccountingNetwork.png /usr/share/swat/help/Samba3-ByExample/images/Charity-Network.png /usr/share/swat/help/Samba3-ByExample/images/HostAnnouncment.png /usr/share/swat/help/Samba3-ByExample/images/NullConnect.png /usr/share/swat/help/Samba3-ByExample/images/UNIX-Samba-and-LDAP.png /usr/share/swat/help/Samba3-ByExample/images/UserConnect.png /usr/share/swat/help/Samba3-ByExample/images/UserMgrNT4.png /usr/share/swat/help/Samba3-ByExample/images/WINREPRESSME-Capture.png /usr/share/swat/help/Samba3-ByExample/images/WINREPRESSME-Capture2.png /usr/share/swat/help/Samba3-ByExample/images/WindowsXP-NullConnection.png /usr/share/swat/help/Samba3-ByExample/images/WindowsXP-UserConnection.png /usr/share/swat/help/Samba3-ByExample/images/XP-screen001.png /usr/share/swat/help/Samba3-ByExample/images/acct2net.png /usr/share/swat/help/Samba3-ByExample/images/ch7-dual-additive-LDAP-Ok.png /usr/share/swat/help/Samba3-ByExample/images/ch7-dual-additive-LDAP.png /usr/share/swat/help/Samba3-ByExample/images/ch7-fail-overLDAP.png /usr/share/swat/help/Samba3-ByExample/images/ch7-singleLDAP.png /usr/share/swat/help/Samba3-ByExample/images/ch8-migration.png /usr/share/swat/help/Samba3-ByExample/images/chap4-net.png /usr/share/swat/help/Samba3-ByExample/images/chap5-net.png /usr/share/swat/help/Samba3-ByExample/images/chap6-net.png /usr/share/swat/help/Samba3-ByExample/images/chap7-idresol.png /usr/share/swat/help/Samba3-ByExample/images/chap7-net-Ar.png /usr/share/swat/help/Samba3-ByExample/images/chap7-net2-Br.png /usr/share/swat/help/Samba3-ByExample/images/chap9-ADSDC.png /usr/share/swat/help/Samba3-ByExample/images/chap9-SambaDC.png /usr/share/swat/help/Samba3-ByExample/images/imc-usermanager2.png /usr/share/swat/help/Samba3-ByExample/images/lam-config.png /usr/share/swat/help/Samba3-ByExample/images/lam-group-members.png /usr/share/swat/help/Samba3-ByExample/images/lam-groups.png /usr/share/swat/help/Samba3-ByExample/images/lam-hosts.png /usr/share/swat/help/Samba3-ByExample/images/lam-login.png /usr/share/swat/help/Samba3-ByExample/images/lam-users.png /usr/share/swat/help/Samba3-ByExample/images/openmag.png /usr/share/swat/help/Samba3-ByExample/images/wxpp001.png /usr/share/swat/help/Samba3-ByExample/images/wxpp004.png /usr/share/swat/help/Samba3-ByExample/images/wxpp006.png /usr/share/swat/help/Samba3-ByExample/images/wxpp007.png /usr/share/swat/help/Samba3-ByExample/images/wxpp008.png /usr/share/swat/help/Samba3-ByExample/index.html /usr/share/swat/help/Samba3-ByExample/ix01.html /usr/share/swat/help/Samba3-ByExample/kerberos.html /usr/share/swat/help/Samba3-ByExample/ntmigration.html /usr/share/swat/help/Samba3-ByExample/nw4migration.html /usr/share/swat/help/Samba3-ByExample/pr01.html /usr/share/swat/help/Samba3-ByExample/pr02.html /usr/share/swat/help/Samba3-ByExample/pr03.html /usr/share/swat/help/Samba3-ByExample/preface.html /usr/share/swat/help/Samba3-ByExample/primer.html /usr/share/swat/help/Samba3-ByExample/secure.html /usr/share/swat/help/Samba3-ByExample/simple.html /usr/share/swat/help/Samba3-ByExample/small.html /usr/share/swat/help/Samba3-ByExample/unixclients.html /usr/share/swat/help/Samba3-ByExample/upgrades.html /usr/share/swat/help/Samba3-Developers-Guide /usr/share/swat/help/Samba3-Developers-Guide/CodingSuggestions.html /usr/share/swat/help/Samba3-Developers-Guide/Packaging.html /usr/share/swat/help/Samba3-Developers-Guide/architecture.html /usr/share/swat/help/Samba3-Developers-Guide/contributing.html /usr/share/swat/help/Samba3-Developers-Guide/debug.html /usr/share/swat/help/Samba3-Developers-Guide/devprinting.html /usr/share/swat/help/Samba3-Developers-Guide/index.html /usr/share/swat/help/Samba3-Developers-Guide/internals.html /usr/share/swat/help/Samba3-Developers-Guide/modules.html /usr/share/swat/help/Samba3-Developers-Guide/ntdomain.html /usr/share/swat/help/Samba3-Developers-Guide/parsing.html /usr/share/swat/help/Samba3-Developers-Guide/pt01.html /usr/share/swat/help/Samba3-Developers-Guide/pt02.html /usr/share/swat/help/Samba3-Developers-Guide/pt03.html /usr/share/swat/help/Samba3-Developers-Guide/pt04.html /usr/share/swat/help/Samba3-Developers-Guide/pt05.html /usr/share/swat/help/Samba3-Developers-Guide/pwencrypt.html /usr/share/swat/help/Samba3-Developers-Guide/rpc-plugin.html /usr/share/swat/help/Samba3-Developers-Guide/tracing.html /usr/share/swat/help/Samba3-Developers-Guide/unix-smb.html /usr/share/swat/help/Samba3-Developers-Guide/vfs.html /usr/share/swat/help/Samba3-Developers-Guide/wins.html /usr/share/swat/help/Samba3-HOWTO /usr/share/swat/help/Samba3-HOWTO/AccessControls.html /usr/share/swat/help/Samba3-HOWTO/AdvancedNetworkManagement.html /usr/share/swat/help/Samba3-HOWTO/Appendix.html /usr/share/swat/help/Samba3-HOWTO/Backup.html /usr/share/swat/help/Samba3-HOWTO/CUPS-printing.html /usr/share/swat/help/Samba3-HOWTO/ClientConfig.html /usr/share/swat/help/Samba3-HOWTO/DNSDHCP.html /usr/share/swat/help/Samba3-HOWTO/FastStart.html /usr/share/swat/help/Samba3-HOWTO/InterdomainTrusts.html /usr/share/swat/help/Samba3-HOWTO/IntroSMB.html /usr/share/swat/help/Samba3-HOWTO/NT4Migration.html /usr/share/swat/help/Samba3-HOWTO/NetCommand.html /usr/share/swat/help/Samba3-HOWTO/NetworkBrowsing.html /usr/share/swat/help/Samba3-HOWTO/Other-Clients.html /usr/share/swat/help/Samba3-HOWTO/PolicyMgmt.html /usr/share/swat/help/Samba3-HOWTO/Portability.html /usr/share/swat/help/Samba3-HOWTO/ProfileMgmt.html /usr/share/swat/help/Samba3-HOWTO/SWAT.html /usr/share/swat/help/Samba3-HOWTO/SambaHA.html /usr/share/swat/help/Samba3-HOWTO/ServerType.html /usr/share/swat/help/Samba3-HOWTO/StandAloneServer.html /usr/share/swat/help/Samba3-HOWTO/TOSHpreface.html /usr/share/swat/help/Samba3-HOWTO/VFS.html /usr/share/swat/help/Samba3-HOWTO/bugreport.html /usr/share/swat/help/Samba3-HOWTO/cfgsmarts.html /usr/share/swat/help/Samba3-HOWTO/ch-ldap-tls.html /usr/share/swat/help/Samba3-HOWTO/ch45.html /usr/share/swat/help/Samba3-HOWTO/classicalprinting.html /usr/share/swat/help/Samba3-HOWTO/compiling.html /usr/share/swat/help/Samba3-HOWTO/diagnosis.html /usr/share/swat/help/Samba3-HOWTO/domain-member.html /usr/share/swat/help/Samba3-HOWTO/go01.html /usr/share/swat/help/Samba3-HOWTO/gpl.html /usr/share/swat/help/Samba3-HOWTO/groupmapping.html /usr/share/swat/help/Samba3-HOWTO/idmapper.html /usr/share/swat/help/Samba3-HOWTO/images /usr/share/swat/help/Samba3-HOWTO/images/10small.png /usr/share/swat/help/Samba3-HOWTO/images/11small.png /usr/share/swat/help/Samba3-HOWTO/images/12small.png /usr/share/swat/help/Samba3-HOWTO/images/13small.png /usr/share/swat/help/Samba3-HOWTO/images/14small.png /usr/share/swat/help/Samba3-HOWTO/images/1small.png /usr/share/swat/help/Samba3-HOWTO/images/2small.png /usr/share/swat/help/Samba3-HOWTO/images/3small.png /usr/share/swat/help/Samba3-HOWTO/images/4small.png /usr/share/swat/help/Samba3-HOWTO/images/5small.png /usr/share/swat/help/Samba3-HOWTO/images/6small.png /usr/share/swat/help/Samba3-HOWTO/images/7small.png /usr/share/swat/help/Samba3-HOWTO/images/8small.png /usr/share/swat/help/Samba3-HOWTO/images/9small.png /usr/share/swat/help/Samba3-HOWTO/images/WME001.png /usr/share/swat/help/Samba3-HOWTO/images/WME002.png /usr/share/swat/help/Samba3-HOWTO/images/WME003.png /usr/share/swat/help/Samba3-HOWTO/images/WME005.png /usr/share/swat/help/Samba3-HOWTO/images/WME009.png /usr/share/swat/help/Samba3-HOWTO/images/WME010.png /usr/share/swat/help/Samba3-HOWTO/images/WME013.png /usr/share/swat/help/Samba3-HOWTO/images/WME014.png /usr/share/swat/help/Samba3-HOWTO/images/WXPP002.png /usr/share/swat/help/Samba3-HOWTO/images/WXPP003.png /usr/share/swat/help/Samba3-HOWTO/images/WXPP005.png /usr/share/swat/help/Samba3-HOWTO/images/WXPP009.png /usr/share/swat/help/Samba3-HOWTO/images/WXPP014.png /usr/share/swat/help/Samba3-HOWTO/images/a_small.png /usr/share/swat/help/Samba3-HOWTO/images/access1.png /usr/share/swat/help/Samba3-HOWTO/images/browsing1.png /usr/share/swat/help/Samba3-HOWTO/images/cups1.png /usr/share/swat/help/Samba3-HOWTO/images/cups2.png /usr/share/swat/help/Samba3-HOWTO/images/domain.png /usr/share/swat/help/Samba3-HOWTO/images/ethereal1.png /usr/share/swat/help/Samba3-HOWTO/images/ethereal2.png /usr/share/swat/help/Samba3-HOWTO/images/idmap-gid2sid.png /usr/share/swat/help/Samba3-HOWTO/images/idmap-sid2gid.png /usr/share/swat/help/Samba3-HOWTO/images/idmap-sid2uid.png /usr/share/swat/help/Samba3-HOWTO/images/idmap-store-gid2sid.png /usr/share/swat/help/Samba3-HOWTO/images/idmap-uid2sid.png /usr/share/swat/help/Samba3-HOWTO/images/idmap_winbind_no_loop.png /usr/share/swat/help/Samba3-HOWTO/images/pdftoepsonusb.png /usr/share/swat/help/Samba3-HOWTO/images/pdftosocket.png /usr/share/swat/help/Samba3-HOWTO/images/trusts1.png /usr/share/swat/help/Samba3-HOWTO/images/w2kp001.png /usr/share/swat/help/Samba3-HOWTO/images/w2kp002.png /usr/share/swat/help/Samba3-HOWTO/images/w2kp003.png /usr/share/swat/help/Samba3-HOWTO/images/w2kp004.png /usr/share/swat/help/Samba3-HOWTO/images/w2kp005.png /usr/share/swat/help/Samba3-HOWTO/images/wxpp001.png /usr/share/swat/help/Samba3-HOWTO/images/wxpp004.png /usr/share/swat/help/Samba3-HOWTO/images/wxpp006.png /usr/share/swat/help/Samba3-HOWTO/images/wxpp007.png /usr/share/swat/help/Samba3-HOWTO/images/wxpp008.png /usr/share/swat/help/Samba3-HOWTO/index.html /usr/share/swat/help/Samba3-HOWTO/install.html /usr/share/swat/help/Samba3-HOWTO/integrate-ms-networks.html /usr/share/swat/help/Samba3-HOWTO/introduction.html /usr/share/swat/help/Samba3-HOWTO/ix01.html /usr/share/swat/help/Samba3-HOWTO/largefile.html /usr/share/swat/help/Samba3-HOWTO/locking.html /usr/share/swat/help/Samba3-HOWTO/migration.html /usr/share/swat/help/Samba3-HOWTO/msdfs.html /usr/share/swat/help/Samba3-HOWTO/optional.html /usr/share/swat/help/Samba3-HOWTO/pam.html /usr/share/swat/help/Samba3-HOWTO/passdb.html /usr/share/swat/help/Samba3-HOWTO/pr01.html /usr/share/swat/help/Samba3-HOWTO/pr02.html /usr/share/swat/help/Samba3-HOWTO/pr03.html /usr/share/swat/help/Samba3-HOWTO/problems.html /usr/share/swat/help/Samba3-HOWTO/rights.html /usr/share/swat/help/Samba3-HOWTO/samba-bdc.html /usr/share/swat/help/Samba3-HOWTO/samba-pdc.html /usr/share/swat/help/Samba3-HOWTO/securing-samba.html /usr/share/swat/help/Samba3-HOWTO/speed.html /usr/share/swat/help/Samba3-HOWTO/troubleshooting.html /usr/share/swat/help/Samba3-HOWTO/type.html /usr/share/swat/help/Samba3-HOWTO/unicode.html /usr/share/swat/help/Samba3-HOWTO/upgrading-to-3.0.html /usr/share/swat/help/Samba3-HOWTO/winbind.html /usr/share/swat/help/manpages /usr/share/swat/help/manpages/findsmb.1.html /usr/share/swat/help/manpages/index.html /usr/share/swat/help/manpages/libsmbclient.7.html /usr/share/swat/help/manpages/lmhosts.5.html /usr/share/swat/help/manpages/log2pcap.1.html /usr/share/swat/help/manpages/mount.cifs.8.html /usr/share/swat/help/manpages/net.8.html /usr/share/swat/help/manpages/nmbd.8.html /usr/share/swat/help/manpages/nmblookup.1.html /usr/share/swat/help/manpages/ntlm_auth.1.html /usr/share/swat/help/manpages/pam_winbind.7.html /usr/share/swat/help/manpages/pdbedit.8.html /usr/share/swat/help/manpages/profiles.1.html /usr/share/swat/help/manpages/rpcclient.1.html /usr/share/swat/help/manpages/samba.7.html /usr/share/swat/help/manpages/smb.conf.5.html /usr/share/swat/help/manpages/smbcacls.1.html /usr/share/swat/help/manpages/smbclient.1.html /usr/share/swat/help/manpages/smbcontrol.1.html /usr/share/swat/help/manpages/smbcquotas.1.html /usr/share/swat/help/manpages/smbd.8.html /usr/share/swat/help/manpages/smbget.1.html /usr/share/swat/help/manpages/smbgetrc.5.html /usr/share/swat/help/manpages/smbmnt.8.html /usr/share/swat/help/manpages/smbmount.8.html /usr/share/swat/help/manpages/smbpasswd.5.html /usr/share/swat/help/manpages/smbpasswd.8.html /usr/share/swat/help/manpages/smbsh.1.html /usr/share/swat/help/manpages/smbspool.8.html /usr/share/swat/help/manpages/smbstatus.1.html /usr/share/swat/help/manpages/smbtar.1.html /usr/share/swat/help/manpages/smbtree.1.html /usr/share/swat/help/manpages/smbumount.8.html /usr/share/swat/help/manpages/swat.8.html /usr/share/swat/help/manpages/tdbbackup.8.html /usr/share/swat/help/manpages/tdbdump.8.html /usr/share/swat/help/manpages/testparm.1.html /usr/share/swat/help/manpages/umount.cifs.8.html /usr/share/swat/help/manpages/vfstest.1.html /usr/share/swat/help/manpages/wbinfo.1.html /usr/share/swat/help/manpages/winbindd.8.html /usr/share/swat/help/using_samba /usr/share/swat/help/using_samba/appa.html /usr/share/swat/help/using_samba/appb.html /usr/share/swat/help/using_samba/appc.html /usr/share/swat/help/using_samba/appd.html /usr/share/swat/help/using_samba/appe.html /usr/share/swat/help/using_samba/appf.html /usr/share/swat/help/using_samba/appg.html /usr/share/swat/help/using_samba/ch00.html /usr/share/swat/help/using_samba/ch01.html /usr/share/swat/help/using_samba/ch02.html /usr/share/swat/help/using_samba/ch03.html /usr/share/swat/help/using_samba/ch04.html /usr/share/swat/help/using_samba/ch05.html /usr/share/swat/help/using_samba/ch06.html /usr/share/swat/help/using_samba/ch07.html /usr/share/swat/help/using_samba/ch08.html /usr/share/swat/help/using_samba/ch09.html /usr/share/swat/help/using_samba/ch10.html /usr/share/swat/help/using_samba/ch11.html /usr/share/swat/help/using_samba/ch12.html /usr/share/swat/help/using_samba/figs /usr/share/swat/help/using_samba/figs/sam2_0101.gif /usr/share/swat/help/using_samba/figs/sam2_0102.gif /usr/share/swat/help/using_samba/figs/sam2_0103.gif /usr/share/swat/help/using_samba/figs/sam2_0104.gif /usr/share/swat/help/using_samba/figs/sam2_0105.gif /usr/share/swat/help/using_samba/figs/sam2_0106.gif /usr/share/swat/help/using_samba/figs/sam2_0107.gif /usr/share/swat/help/using_samba/figs/sam2_0108.gif /usr/share/swat/help/using_samba/figs/sam2_0109.gif /usr/share/swat/help/using_samba/figs/sam2_0110.gif /usr/share/swat/help/using_samba/figs/sam2_0111.gif /usr/share/swat/help/using_samba/figs/sam2_0112.gif /usr/share/swat/help/using_samba/figs/sam2_0113.gif /usr/share/swat/help/using_samba/figs/sam2_0114.gif /usr/share/swat/help/using_samba/figs/sam2_0201.gif /usr/share/swat/help/using_samba/figs/sam2_0202.gif /usr/share/swat/help/using_samba/figs/sam2_0203.gif /usr/share/swat/help/using_samba/figs/sam2_0204.gif /usr/share/swat/help/using_samba/figs/sam2_0301.gif /usr/share/swat/help/using_samba/figs/sam2_0302.gif /usr/share/swat/help/using_samba/figs/sam2_0303.gif /usr/share/swat/help/using_samba/figs/sam2_0304.gif /usr/share/swat/help/using_samba/figs/sam2_0305.gif /usr/share/swat/help/using_samba/figs/sam2_0306.gif /usr/share/swat/help/using_samba/figs/sam2_0307.gif /usr/share/swat/help/using_samba/figs/sam2_0308.gif /usr/share/swat/help/using_samba/figs/sam2_0309.gif /usr/share/swat/help/using_samba/figs/sam2_0310.gif /usr/share/swat/help/using_samba/figs/sam2_0311.gif /usr/share/swat/help/using_samba/figs/sam2_0312.gif /usr/share/swat/help/using_samba/figs/sam2_0313.gif /usr/share/swat/help/using_samba/figs/sam2_0314.gif /usr/share/swat/help/using_samba/figs/sam2_0315.gif /usr/share/swat/help/using_samba/figs/sam2_0316.gif /usr/share/swat/help/using_samba/figs/sam2_0317.gif /usr/share/swat/help/using_samba/figs/sam2_0318.gif /usr/share/swat/help/using_samba/figs/sam2_0319.gif /usr/share/swat/help/using_samba/figs/sam2_0320.gif /usr/share/swat/help/using_samba/figs/sam2_0321.gif /usr/share/swat/help/using_samba/figs/sam2_0322.gif /usr/share/swat/help/using_samba/figs/sam2_0323.gif /usr/share/swat/help/using_samba/figs/sam2_0324.gif /usr/share/swat/help/using_samba/figs/sam2_0325.gif /usr/share/swat/help/using_samba/figs/sam2_0326.gif /usr/share/swat/help/using_samba/figs/sam2_0327.gif /usr/share/swat/help/using_samba/figs/sam2_0328.gif /usr/share/swat/help/using_samba/figs/sam2_0329.gif /usr/share/swat/help/using_samba/figs/sam2_0330.gif /usr/share/swat/help/using_samba/figs/sam2_0331.gif /usr/share/swat/help/using_samba/figs/sam2_0332.gif /usr/share/swat/help/using_samba/figs/sam2_0333.gif /usr/share/swat/help/using_samba/figs/sam2_0334.gif /usr/share/swat/help/using_samba/figs/sam2_0335.gif /usr/share/swat/help/using_samba/figs/sam2_0336.gif /usr/share/swat/help/using_samba/figs/sam2_0337.gif /usr/share/swat/help/using_samba/figs/sam2_0338.gif /usr/share/swat/help/using_samba/figs/sam2_0339.gif /usr/share/swat/help/using_samba/figs/sam2_0340.gif /usr/share/swat/help/using_samba/figs/sam2_0341.gif /usr/share/swat/help/using_samba/figs/sam2_0342.gif /usr/share/swat/help/using_samba/figs/sam2_0343.gif /usr/share/swat/help/using_samba/figs/sam2_0344.gif /usr/share/swat/help/using_samba/figs/sam2_0345.gif /usr/share/swat/help/using_samba/figs/sam2_0346.gif /usr/share/swat/help/using_samba/figs/sam2_0347.gif /usr/share/swat/help/using_samba/figs/sam2_0348.gif /usr/share/swat/help/using_samba/figs/sam2_0349.gif /usr/share/swat/help/using_samba/figs/sam2_0350.gif /usr/share/swat/help/using_samba/figs/sam2_0351.gif /usr/share/swat/help/using_samba/figs/sam2_0352.gif /usr/share/swat/help/using_samba/figs/sam2_0353.gif /usr/share/swat/help/using_samba/figs/sam2_0354.gif /usr/share/swat/help/using_samba/figs/sam2_0355.gif /usr/share/swat/help/using_samba/figs/sam2_0356.gif /usr/share/swat/help/using_samba/figs/sam2_0357.gif /usr/share/swat/help/using_samba/figs/sam2_0358.gif /usr/share/swat/help/using_samba/figs/sam2_0359.gif /usr/share/swat/help/using_samba/figs/sam2_0360.gif /usr/share/swat/help/using_samba/figs/sam2_0361.gif /usr/share/swat/help/using_samba/figs/sam2_0401.gif /usr/share/swat/help/using_samba/figs/sam2_0402.gif /usr/share/swat/help/using_samba/figs/sam2_0403.gif /usr/share/swat/help/using_samba/figs/sam2_0404.gif /usr/share/swat/help/using_samba/figs/sam2_0405.gif /usr/share/swat/help/using_samba/figs/sam2_0406.gif /usr/share/swat/help/using_samba/figs/sam2_0407.gif /usr/share/swat/help/using_samba/figs/sam2_0408.gif /usr/share/swat/help/using_samba/figs/sam2_0409.gif /usr/share/swat/help/using_samba/figs/sam2_0410.gif /usr/share/swat/help/using_samba/figs/sam2_0411.gif /usr/share/swat/help/using_samba/figs/sam2_0412.gif /usr/share/swat/help/using_samba/figs/sam2_0413.gif /usr/share/swat/help/using_samba/figs/sam2_0414.gif /usr/share/swat/help/using_samba/figs/sam2_0415.gif /usr/share/swat/help/using_samba/figs/sam2_0416.gif /usr/share/swat/help/using_samba/figs/sam2_0417.gif /usr/share/swat/help/using_samba/figs/sam2_0501.gif /usr/share/swat/help/using_samba/figs/sam2_0502.gif /usr/share/swat/help/using_samba/figs/sam2_0503.gif /usr/share/swat/help/using_samba/figs/sam2_0504.gif /usr/share/swat/help/using_samba/figs/sam2_0505.gif /usr/share/swat/help/using_samba/figs/sam2_0506.gif /usr/share/swat/help/using_samba/figs/sam2_0507.gif /usr/share/swat/help/using_samba/figs/sam2_0508.gif /usr/share/swat/help/using_samba/figs/sam2_0601.gif /usr/share/swat/help/using_samba/figs/sam2_0602.gif /usr/share/swat/help/using_samba/figs/sam2_0603.gif /usr/share/swat/help/using_samba/figs/sam2_0604.gif /usr/share/swat/help/using_samba/figs/sam2_0605.gif /usr/share/swat/help/using_samba/figs/sam2_0701.gif /usr/share/swat/help/using_samba/figs/sam2_0801.gif /usr/share/swat/help/using_samba/figs/sam2_0802.gif /usr/share/swat/help/using_samba/figs/sam2_0803.gif /usr/share/swat/help/using_samba/figs/sam2_0804.gif /usr/share/swat/help/using_samba/figs/sam2_0805.gif /usr/share/swat/help/using_samba/figs/sam2_0806.gif /usr/share/swat/help/using_samba/figs/sam2_0807.gif /usr/share/swat/help/using_samba/figs/sam2_0808.gif /usr/share/swat/help/using_samba/figs/sam2_0809.gif /usr/share/swat/help/using_samba/figs/sam2_0810.gif /usr/share/swat/help/using_samba/figs/sam2_0811.gif /usr/share/swat/help/using_samba/figs/sam2_0901.gif /usr/share/swat/help/using_samba/figs/sam2_0902.gif /usr/share/swat/help/using_samba/figs/sam2_0903.gif /usr/share/swat/help/using_samba/figs/sam2_1001.gif /usr/share/swat/help/using_samba/figs/sam2_1002.gif /usr/share/swat/help/using_samba/figs/sam2_1003.gif /usr/share/swat/help/using_samba/figs/sam2_1004.gif /usr/share/swat/help/using_samba/figs/sam2_1005.gif /usr/share/swat/help/using_samba/figs/sam2_1006.gif /usr/share/swat/help/using_samba/figs/sam2_1101.gif /usr/share/swat/help/using_samba/figs/sam2_1102.gif /usr/share/swat/help/using_samba/figs/sam2_af01.gif /usr/share/swat/help/using_samba/figs/sam2_af02.gif /usr/share/swat/help/using_samba/figs/sam2_af03.gif /usr/share/swat/help/using_samba/figs/sam2_af04.gif /usr/share/swat/help/using_samba/figs/sam2_af05.gif /usr/share/swat/help/using_samba/figs/sam2_af06.gif /usr/share/swat/help/using_samba/figs/sam2_af07.gif /usr/share/swat/help/using_samba/gifs /usr/share/swat/help/using_samba/inx.html /usr/share/swat/help/using_samba/samba2_s.gif /usr/share/swat/help/using_samba/samba2_xs.gif /usr/share/swat/help/using_samba/toc.html /usr/share/swat/help/welcome.html /usr/share/swat/images/globals.gif /usr/share/swat/images/home.gif /usr/share/swat/images/passwd.gif /usr/share/swat/images/printers.gif /usr/share/swat/images/samba.gif /usr/share/swat/images/shares.gif /usr/share/swat/images/status.gif /usr/share/swat/images/viewconfig.gif /usr/share/swat/images/wizard.gif /usr/share/swat/include/footer.html /usr/share/swat/include/header.html /usr/share/swat/lang/ja/help/welcome.html /usr/share/swat/lang/tr/help/welcome.html /usr/share/swat/lang/tr/images/globals.gif /usr/share/swat/lang/tr/images/home.gif /usr/share/swat/lang/tr/images/passwd.gif /usr/share/swat/lang/tr/images/printers.gif /usr/share/swat/lang/tr/images/samba.gif /usr/share/swat/lang/tr/images/shares.gif /usr/share/swat/lang/tr/images/status.gif /usr/share/swat/lang/tr/images/viewconfig.gif /var/lib/samba /var/log/samba /var/run/samba /var/spool/samba