[Samba] Discard datagram messages
Hello All, I have recently switched back over from using the MySQL backend to the standard smbpasswd file in an effort to make our implementation of Samba better.\ I am still having a great problem with getting messages from the nmbd daemon saying that [2005/09/10 14:53:43, 0] nmbd/nmbd_packets.c:process_browse_packet(1050) process_browse_packet: Discarding datagram from IP 172.16.0.1. Source name PEOPLESQUEST<00> is one of our names ! [2005/09/10 14:56:52, 0] nmbd/nmbd_packets.c:process_browse_packet(1050) process_browse_packet: Discarding datagram from IP 172.16.0.1. Source name PEOPLESQUEST<00> is one of our names ! [2005/09/10 15:00:07, 0] nmbd/nmbd_packets.c:process_browse_packet(1050) process_browse_packet: Discarding datagram from IP 172.16.0.1. Source name PEOPLESQUEST<00> is one of our names ! -- we wanted to run our own wins server as well as our people connect to our samba server via OpenVPN on the 172.16.0..0 subnet but could not get Samba to resolve the name properly so currently they have to use: \\172.16.0.1\lonnie (for example) and we wanted \\peoplesquest\lonnie (not sure how to get this to work cleanly) - #=== Global Settings = [global] name resolve order = wins lmhosts hosts bcast idmap gid = 1-2 browse list = yes remote browse sync = 172.16.0.255 hosts allow = 172.16.0.1/24 netbios name = PEOPLESQUEST oplocks = True browseable = yes idmap uid = 1-2 remote announce = 172.16.0.1/PEOPLESGROUP 172.16.0.255/PEOPLESGROUP local master = yes preferred master = yes workgroup = PEOPLESGROUP os level = 255 socket address = 172.16.0.1 hosts deny = ALL security = user winbind separator = + log level = 1 log file = /var/log/samba/users/%m.log mangled names = Yes socket options = SO_KEEPALIVE SO_REUSEADDR SO_BROADCAST TCP_NODELAY IPTOS_LOWDELAY IPTOS$ level2oplocks = True domain master = yes interfaces = 172.16.0.1/255.255.255.0 127.0.0.1 encrypt passwords = yes public = yes wins support = yes server string = PeoplesQuest Web Hosting Service bind interfaces only = Yes winbind cache time = 15 name resolve order = wins lmhosts hosts bcast -- any ideas or suggestions would be greatly appreciated. Thanks, Lonnie -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba
[Samba] Samba and Linux Passwords Backend
Hello All, I am sure that this has been asked probably a million times on this list, but for our particular setup, I need to see if there is a way to have Samba authenticate its users based upon the Linux accounts password file? The reason is that we have other applications all working together and most of them are also using the Linux password file which make the process of maintaining users much easier and from a central point. Any help would be greatly appreciated. Thanks, Lonnie -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba
Re: [Samba] Something Strange in NET Mapping Going On Here.
Thanks All, That is one more problem done from my list. We are slowly getting there. Cheers, Lonnie Jeremy Allison wrote: On Mon, Aug 22, 2005 at 02:56:14PM -0600, John H Terpstra wrote: On Monday 22 August 2005 14:50, Lonnie Cumberland wrote: Hello All, I was poking around on my Windows mapping and was able to map a network drive like: C:> net use P: \\172.16.0.1\lonnie The Samba logs on my server say "connected to resource lonnie as user lonnie." This seemed to be normal as I seem to remember logging in at one time long ago. The strange thing is that I just tried: C:> net use P: \\172.16.0.1\luke This actually connected and mapped a network drive to this account wich belongs to another one of our developers and the Samba logs say "connected to resource luke as user lonnie." Based upon my understanding I should NOT be able to map into someone elses home directory, right? How can I fix this? Set permissions on users directories so that only the user has access. This is a file system permissions issue. No, the common way of fixing this is to add : valid users = %S into the [homes] share definition. We've been advising that for years. Jeremy. -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba
[Samba] Something Strange in NET Mapping Going On Here.
Hello All, I was poking around on my Windows mapping and was able to map a network drive like: C:> net use P: \\172.16.0.1\lonnie The Samba logs on my server say "connected to resource lonnie as user lonnie." This seemed to be normal as I seem to remember logging in at one time long ago. The strange thing is that I just tried: C:> net use P: \\172.16.0.1\luke This actually connected and mapped a network drive to this account wich belongs to another one of our developers and the Samba logs say "connected to resource luke as user lonnie." Based upon my understanding I should NOT be able to map into someone elses home directory, right? How can I fix this? Thanks, Lonnie -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba
Re: [Samba] filtering user files
Yes, I was looking over my setup on my Fedora 3 ext3 FS and think that for Samba to now show the "dot" file would be good even though it had been suggested that we just map the user into a lower directory. I think that the "hide dot files" directive should actually prevent the user from seeing or interacting with these file in their account. Additionally, I still cannot figure out how to have Samba (or the windows side perhaps) popup as user login & password window when I run a local machine batch file like: C:> NET USER * \\172.16.0.1 You see when the VPN has completed making the connection then we will execute this command so that the user can login to their account and as we do not know the username ahead of time on the Windows machine then we cannot really run a net command like: C:> NET USER * \\172.16.0.1\lonnie Any ideas on this as well? Thanks, Lonnie Jeremy Allison wrote: On Sun, Aug 21, 2005 at 10:52:30PM -0500, Lonnie Cumberland wrote: Yes, I think that you are right Kevin. Just tried the "hide" directives and they do not work. At least not on Windows XP and I am also using Samba 3.0.20 so I think that these are broken features that could be very useful if they can be made to work. What underlying UNIX filesystem are you using ? If using ext3 or something with extended attributes then the dos attributes are read from a UNIX ea, and the "hide dot files" isn't currently executed. I can change that, but I'm wondering if this is indeed what you're seeing. Jeremy. -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba
[Samba] Windows Network Drive Mapping Configs
Hello All, Currently, I have been testing my Samba configuration and all seems to be working properly. Now I need to make a few changes. We will be executing a batch file after our VPN software completes and establishes the connection to our Samba server so that it will automatically map a network drive for the user. Without this then I am currently mapping, from windows like: NET USE * \\172.16.0.1\lonnie /PERSIST:NO (for example) and it maps a drive into "lonnie" home directory on Samba. What I would like to do is something like: NET USE * \\172.16.0.1 /PERSIST:NO what will popup a login/password window for the user to enter their Samba information and then map the network drive after that. The last thing would be to remove the mapped drive before we close our VPN connection. Can anyone please help to tell me what I might need to do in my Samba config to make this work? Thanks, Lonnie -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba
Re: [Samba] filtering user files
Yes, I think that you are right Kevin. Just tried the "hide" directives and they do not work. At least not on Windows XP and I am also using Samba 3.0.20 so I think that these are broken features that could be very useful if they can be made to work. Thanks, Lonnie Kevin B wrote: - Original Message ----- From: "Lonnie Cumberland" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, August 21, 2005 7:42 PM Subject: [Samba] filtering user files Hello all, I think that this is probably an easy question so I hope that I will be able to get a quick response. In our users directories, there are a number of "dot" files and folders and I was wondering if there was a way to tell Samba not to show them when a user is in their directory? Maybe some sort of file filter perhaps. thanks Lonnie Hello Check the man page for xmb.conf. There is a directive 'hide dot files'. I was testing this last week on 3.0.14 and I still saw hidden dot files from the client [XP Pro] which had folder_options>views>do_not_show_hidden_files/folders enabled. Check it out and let me know how you do. Kevin B -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba
[Samba] filtering user files
Hello all, I think that this is probably an easy question so I hope that I will be able to get a quick response. In our users directories, there are a number of "dot" files and folders and I was wondering if there was a way to tell Samba not to show them when a user is in their directory? Maybe some sort of file filter perhaps. thanks Lonnie -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba
[Samba] Samba Stopped Connecting on Me and I don't know why
able = yes writable = yes guest ok = no read only = no - Any ideas or suggestions would be greatful. Thanks, Lonnie -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba
[Samba] Samba VERY slow
Hello All, I have been trying to speed up my connection from a Windows XP machine to a Fedora 3 system running Samba both having 100Mbit connections but when I try browse my directory on the samba server, it seems to run VERY slow and takes a long time to do anything. This seems to be much much slower than regular FTP. is there anything that I can do? -- Cheers, Lonnie Cumberland OutStep Technologies Incorporated -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba
[Samba] WINS Bind Config
Greetings All, Can some one please tell me what causes this: --- [2005/08/19 01:45:07, 0] nmbd/nmbd_nameregister.c:register_name_response(130) register_name_response: WINS server at IP 172.16.0.1 rejected our name registration of PEOPLESQUEST<00> IP 172.16.0.1 with error code 5. [2005/08/19 01:45:07, 0] nmbd/nmbd_workgroupdb.c:fail_register(228) fail_register: Failed to register name PEOPLESQUEST<00> on subnet UNICAST_SUBNET. [2005/08/19 01:45:07, 0] nmbd/nmbd_namelistdb.c:standard_fail_register(283) standard_fail_register: Failed to register/refresh name PEOPLESQUEST<00> on subnet UNICAST_SUBNET [2005/08/19 01:45:07, 0] nmbd/nmbd_become_dmb.c:become_domain_master_stage2(113) * --- I have: [global] workgroup = PEOPLESQUEST hosts allow = 172.16. socket options = TCP_NODELAY IPTOS_LOWDELAY SO_KEEPALIVE SO_RCVBUF=8576 SO_SNDBUF=8576 oplocks = True level2oplocks = True # Configure Samba to use multiple interfaces # If you have multiple network interfaces then you must list them # here. See the man page for details. ; interfaces = 192.168.12.2/24 192.168.13.2/24 Bind Interfaces Only = True Interfaces = eth0:99 172.16.0.1 remote announce = 172.16.255.255 # OS Level determines the precedence of this server in master browser # elections. The default value should be reasonable os level = 64 # Domain Master specifies Samba to be the Domain Master Browser. This # allows Samba to collate browse lists between subnets. Don't use this # if you already have a Windows NT domain controller doing this job domain master = yes # Preferred Master causes Samba to force a local browser election on startup # and gives it a slightly higher chance of winning the election preferred master = yes # Enable this if you want Samba to be a domain logon server for # Windows95 workstations. ; domain logons = yes name resolve order = host wins lmhosts bcast netbios name = PEOPLESQUEST wins support = yes wins proxy = yes idmap_uid = 16777216-33554431 idmap_gid = 16777216-33554431 public = yes browseable = yes lm announce = yes browse list = yes auto services = yes Not sure if I need all of these, but here are the important ones. Any idea on this? -- Cheers, Lonnie Cumberland OutStep Technologies Incorporated -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba
[Samba] Binding to Tun0 device
Hello all, We have a few aliased Ethernet addresses on our server and if I do not use the Bind statement in the "Global" section then the NMBD seems to try to bind to all of the addresses. We are actually using OpenVPN which make the connections just fine on a 172.16.x.x subnet to "tun0" device. The problem is that Samba does not seem to find the tun0 device and reports that there are no network cards available if I use the: Bind Interfaces Only = True Interfaces tun0 172.16.0.1 How can I just bind Samba to the tun0 device? Also, with my home machine on the 192.168.x.x subnet and can see another Samba server just fine in the "WORKGROUP" but I cannot see the workgroup on the 172.16.x.x subnet through the VPN connection. Any ideas on how to be able to see the other workgroup as well? -- Cheers, Lonnie Cumberland OutStep Technologies Incorporated -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba
[Samba] pdbedit frustrations
Hello All, I have been trying very hard to get a handle on the "pdbedit" application but it appears that when I try to create a new user, that it does not add in the "username" and "nt_username" fields although it will add in stuff like the "home_dir", "fullname", and even generate the "nt_pw" and "lm_pw" from the command line entries. I was testing with: pdbedit -u "lonnie" -f "lonnie cumberland" -h "/home/lonnie" -a Does anyone know what is happening here and why it will not create a new user? -- Cheers, Lonnie Cumberland OutStep Technologies Incorporated -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba
[Samba] pdbedit makefile or php interface to passdb?
Hello All, Does someone have a makefile just so that I can build the "pdbedit.c" utility? or perhaps someone has some php code that will add users/passwords to the MySQL Samba "user" table? The problem is that although I can add information to the database table, I do not know the proper way to encode passwords for the lm_pw and nt_pw fields in the database and there does not seem to be any documentation on this in the Samba docs. I hope that someone can help -- Thanks, Lonnie -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba
[Samba] users connection config question
Hello all, Currently, I am able to have my users connect from their Windows machines like: \\172.16.0.1\lonnie how can I adjust my configuration so that the could connect and even browse to the computer like: \\computername\lonnie -- Thanks, Lonnie Cumberland -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba
[Samba] Samba Database Password Encoding Question
Hello All, Well, I am making progress on getting th MySQL passdb to work with Samba. Can someone please tell me how do the columns: lm_pw nt_pw encode the password from the pdbedit program or other method? -- Thanks, Lonnie -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba
[Samba] Urgent help needed for passdb backend
Hello all, I have compiled into RPM's on my Fedora 3 now 3 different versions of Samba (3.0.10, 3.0.14, and 3.0.20) which installs just fine but I am getting errors when trying to start the service. --- [2005/08/17 12:43:32, 0] smbd/server.c:main(802) smbd version 3.0.20rc2 started. Copyright Andrew Tridgell and the Samba Team 1992-2004 [2005/08/17 12:43:32, 0] lib/debug.c:reopen_logs(591) Unable to open new log file /var/log/samba/users/smbd.log: No such file or directory [2005/08/17 12:43:32, 0] lib/debug.c:reopen_logs(591) Unable to open new log file /var/log/samba/users/smbd.log: No such file or directory [2005/08/17 12:43:32, 0] passdb/pdb_interface.c:make_pdb_methods_name(756) Plugin is available, but doesn't register passdb backend /usr/lib/samba/pdb/mysql.so [2005/08/17 12:43:32, 1] passdb/pdb_interface.c:make_pdb_context_list(872) Loading /usr/lib/samba/pdb/mysql.so:mysql failed! -- I added the "--with-expsam=mysql" to the SPEC file for the configuration and it seems to have generated the plugin just fine. Can someone please help me to resolve this problem? or Does anyone have MySQL support compiled into some RPM's that will run on my Fedora 3 that I can get from you? Any help would be greatly appreciated. -- Thanks, Lonnie Cumberland -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba
[Samba] Samba and Linux passwd file
Hello All, I know that Samba can create users and passwords in the smbpasswd file, but is there a way to have Samba use the standard Linux passwd file for the user name and password? Our users will just be connecting to their home directory via samba and I am not sure how to set the configuration to map their home directory and also use the existing Linux authentication from the passwd file. Can anyone please explain to me what needs to be done or where I can read more on this? -- Thanks, Lonnie Cumberland -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba
[Samba] Error loading Samba pdb/mysql.so file
Hello All, Can some one please let me know what is happening here: - [2005/08/16 01:59:15, 0] passdb/pdb_interface.c:make_pdb_methods_name(721) No builtin nor plugin backend for plugin found [2005/08/16 01:59:15, 1] passdb/pdb_interface.c:make_pdb_context_list(825) Loading plugin:/usr/lib/samba/pdb/mysql.so:mysql failed! - I compiled the sources "--with-expsam=mysql" and everything compiled just fine into the RPM along with the mysql.so file in the /usr/lib/samba/pdb/ directory. Not sure why there is an error loading? -- Thanks, Lonnie -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba
Re: [Samba] RPM SPEC rebuild errors
Great News Josh, That cleared it right up and it compiled with no problems. Thanks again. I appreciate all of the help Samba group. Thanks, Lonnie Cumberland Josh Kelley wrote: Lonnie wrote: Checking for unpackaged file(s): /usr/lib/rpm/check-files /var/tmp/samba-3.0.10-root error: Installed (but unpackaged) file(s) found: /usr/lib/samba/pdb/mysql.so RPM build errors: Installed (but unpackaged) file(s) found: /usr/lib/samba/pdb/mysql.so This /usr/lib/samba/pdb/mysql.so does not exist and if I understnd this error then it is saying that it keeps finding it. Can someone please tell me what is happening here? RPM builds a tree of files that will go in the final package under a temporary directory ($RPM_BUILD_ROOT, identified as /var/tmp/samba-3.0.10-root above). It builds/compiles the package, then "installs" it to this temporary directory, then packages it up according to the instructions in your %files section. The above error means that /usr/lib/samba/pdb/mysql.so was installed to this temporary directory (as /var/tmp/samba-3.0.10-root/usr/lib/samba/pdb/mysql.so), but it's not listed under %files, so RPM doesn't know what to do with it. Since it's a file that you want, the correct solution is to add it to your %files section. Josh Kelley -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba
Re: [Samba] RPM SPEC rebuild errors
To answer your "Something completely different" question. It is because I am trying to build a Samba rpm. This list is where "all" members, both newbies like myself and seasoned experts, can come for help and share their ideas and problems associated with Samba. You do not have the market corner on types of Samba related questions that you think should be asked and that you think are important. Thanks, Lonnie Something completely different: Could the answer please go below the question?( Hi JHT ;-) And why are (basic?) RPM building questions posted to the samba mailinglist? Cheers Geert Stappers -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba
Re: [Samba] RPM SPEC rebuild errors
Hello Ian, In searching for a solution to this problem, I ran across this link as well, but am not really clear as to what it is saying for me to do. Checking for unpackaged file(s): /usr/lib/rpm/check-files /var/tmp/samba-3.0.10-root error: Installed (but unpackaged) file(s) found: /usr/lib/samba/pdb/mysql.so RPM build errors: Installed (but unpackaged) file(s) found: /usr/lib/samba/pdb/mysql.so Do I modify the SPEC file? Also, is this saying that "/usr/lib/samba/pdb/mysql.so" is missing as I think that I need that in order to run the MySQL passwd right? Thanks, Lonnie Cumberland Ian Clancy wrote: Lonnie, Had a similar problem to you. This should help http://www.rpm.org/hintskinks/unpackaged-files/ -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba
[Samba] RPM SPEC rebuild errors
Hello All, I have been trying all afternoon to rebuild the Samba RPM for my Fedora 3 with the MySQL passdb support and from what I can see it only needs the inclusion of "--with-expsam=mysql" in the SPEC file in addition to the regular ones. The problem is that no matter what version of Samba I try to rebuild, it always gice an error at the same place: --- Processing files: samba-client-3.0.10-1.fc3 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /bin/sh /usr/bin/perl libc.so.6 libc.so.6(GLIBC_2.0) libc.so.6(GLIBC_2.1) libc.so.6(GLIBC_2.1.3) libc.so.6(GLIBC_2.2) libc.so.6(GLIBC_2.2.3) libc.so.6(GLIBC_2.3) libcom_err.so.2 libcrypt.so.1 libdl.so.2 libdl.so.2(GLIBC_2.0) libdl.so.2(GLIBC_2.1) libgssapi_krb5.so.2 libk5crypto.so.3 libkrb5.so.3 liblber-2.2.so.7 libldap-2.2.so.7 libncurses.so.5 libnsl.so.1 libnsl.so.1(GLIBC_2.0) libpopt.so.0 libreadline.so.4 libresolv.so.2 samba-common = 0:3.0.10 Obsoletes: smbfs Processing files: samba-common-3.0.10-1.fc3 Provides: CP437.so CP850.so config(samba-common) = 0:3.0.10-1.fc3 libnss_winbind.so libnss_wins.so libsmbclient.so.0 pam_winbind.so Requires(interp): /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh Requires(preun): /bin/sh Requires(postun): /bin/sh Requires: /bin/sh config(samba-common) = 0:3.0.10-1.fc3 libc.so.6 libc.so.6(GLIBC_2.0) libc.so.6(GLIBC_2.1) libc.so.6(GLIBC_2.1.3) libc.so.6(GLIBC_2.2) libc.so.6(GLIBC_2.2.3) libc.so.6(GLIBC_2.3) libcom_err.so.2 libcrypt.so.1 libcrypto.so.4 libcups.so.2 libdl.so.2 libdl.so.2(GLIBC_2.0) libdl.so.2(GLIBC_2.1) libgssapi_krb5.so.2 libk5crypto.so.3 libkrb5.so.3 liblber-2.2.so.7 libldap-2.2.so.7 libnsl.so.1 libnsl.so.1(GLIBC_2.0) libpam.so.0 libpopt.so.0 libresolv.so.2 libssl.so.4 Processing files: samba-swat-3.0.10-1.fc3 Provides: config(samba-swat) = 0:3.0.10-1.fc3 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: config(samba-swat) = 0:3.0.10-1.fc3 libc.so.6 libc.so.6(GLIBC_2.0) libc.so.6(GLIBC_2.1) libc.so.6(GLIBC_2.1.3) libc.so.6(GLIBC_2.2) libc.so.6(GLIBC_2.2.3) libc.so.6(GLIBC_2.3) libcom_err.so.2 libcrypt.so.1 libcrypto.so.4 libcups.so.2 libdl.so.2 libdl.so.2(GLIBC_2.0) libdl.so.2(GLIBC_2.1) libgssapi_krb5.so.2 libk5crypto.so.3 libkrb5.so.3 liblber-2.2.so.7 libldap-2.2.so.7 libnsl.so.1 libnsl.so.1(GLIBC_2.0) libpam.so.0 libpopt.so.0 libresolv.so.2 libssl.so.4 samba = 0:3.0.10 xinetd Processing files: samba-debuginfo-3.0.10-1.fc3 Provides: CP437.so.debug CP850.so.debug audit.so.debug cap.so.debug default_quota.so.debug expand_msdfs.so.debug extd_audit.so.debug fake_perms.so.debug full_audit.so.debug libnss_winbind.so.2.debug libnss_wins.so.2.debug libsmbclient.so.debug mysql.so.debug net.debug netatalk.so.debug nmbd.debug nmblookup.debug ntlm_auth.debug pam_smbpass.so.debug pam_winbind.so.debug pdbedit.debug profiles.debug readonly.so.debug recycle.so.debug rpcclient.debug shadow_copy.so.debug smbcacls.debug smbclient.debug smbcontrol.debug smbcquotas.debug smbd.debug smbmnt.debug smbmount.debug smbpasswd.debug smbspool.debug smbstatus.debug smbtree.debug smbumount.debug swat.debug tdbbackup.debug tdbdump.debug tdbtool.debug testparm.debug testprns.debug wbinfo.debug winbindd.debug Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /var/tmp/samba-3.0.10-root error: Installed (but unpackaged) file(s) found: /usr/lib/samba/pdb/mysql.so RPM build errors: Installed (but unpackaged) file(s) found: /usr/lib/samba/pdb/mysql.so This /usr/lib/samba/pdb/mysql.so does not exist and if I understnd this error then it is saying that it keeps finding it. Can someone please tell me what is happening here? -- Thanks, Lonnie Cumberland -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba
[Samba] Where to get samba-passdb-mysql
Hi All, Can some one please tell me where I can locate the rpm "samba-passdb-mysql" for samba-3.0.10-1.fc3? -- Thanks, Lonnie Cumberland -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba
[Samba] Samba w/MySQL backend Doc?
Hello All, I am now working to tackle the Samba with MySQL backend for user login/password authentication but am not sure where to start. Can some one please tell me where I can locate some documentation as I am sure that I will need to create some MySQL tables and change my current Fedora 3 Samba configuration some how. -- Thanks, Lonnie -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba
Re: [Samba] newbie: Samba with Mysql question
Yes, they are generally coming from over the Internet and is the reason for the OpenVPN part of the project. Thanks, Lonnie Cumberland Lee Ball wrote: Are the people who you want to connect to Samba locally on your network or will they be connecting over the Internet? Its just I don't see why you would need OpenVPN unless they were connecting over a public network. You may also want to look at http://samba.linuxforum.net/samba/docs/man/Samba-HOWTO-Collection/passdb.html#id2571894 Lonnie wrote: Greetings All, I am new to this list and currently have a Fedora 3 server set up with Samba which just needs to be configured. I would like to set up the MySQL database support for users and passwords as we have another project that will want to add entries to the Samba database so when the users are created so that they will have access to their home directories via samba. Could someone please give me a little guidance on how to set this up? I have Samba "samba-3.0.10-1.fc3" installed and my next step after getting it to function cleanly will be to install the OpenVPN software on the server so the clients will have clean and secure access through samba. Thanks for any help and guidance that you could provide to get me started on the configurations. Lonnie Cumberland -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba
[Samba] newbie: Samba with Mysql question
Greetings All, I am new to this list and currently have a Fedora 3 server set up with Samba which just needs to be configured. I would like to set up the MySQL database support for users and passwords as we have another project that will want to add entries to the Samba database so when the users are created so that they will have access to their home directories via samba. Could someone please give me a little guidance on how to set this up? I have Samba "samba-3.0.10-1.fc3" installed and my next step after getting it to function cleanly will be to install the OpenVPN software on the server so the clients will have clean and secure access through samba. Thanks for any help and guidance that you could provide to get me started on the configurations. Lonnie Cumberland -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba
[Samba] (no subject)
I am looking for the definition of the word: ACLARATION I can't find it in any dictionary - but when I do a GOOGLE search on it - it finds many many people using it. Can you help ? Thanks Lonnie J [EMAIL PROTECTED] __ Yahoo! Mail for Mobile Take Yahoo! Mail with you! Check email on your mobile phone. http://mobile.yahoo.com/learn/mail -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba