Re: [Samba] Problem getting share list from NetApp

2006-01-17 Thread Mike Partyka
Do you have access to the Filer console via telnet/rsh/ssh? That is the easiest method i can think of off the top of my head, then you just issue the command cifs shares, and you'll get a list of the CIFS shares on the storage applicance. On 1/16/06, Peter Gordon [EMAIL PROTECTED] wrote: We

Re: [Samba] samba menber of AD domain and ACL support question

2006-01-17 Thread Mike Partyka
I had/have this same problem, so although i can't offer any help i am extremely interested in the answer. I ran out of time and ended up using share definitions security, instead of ACL's. I thought like Adam did so i added the parameter username map to my smb.conf file and modified

Re: [Samba] winbind without localuser account

2006-01-13 Thread Mike Partyka
wbinfo uses the winbindd daemon to query an active directory, if you get user and group listing output from wbinfo -u/-g then it tells you it's correctly communicating with the AD. getent is similar, but it appends the AD accounts to your /etc/passwd and /etc/group files so indicates if the AD

Re: [Samba] Usermap from Windows domain to UNIX

2006-01-08 Thread Mike Partyka
I believe you should have your domain name prepended to windows username, such as: root DOMAIN\administrator HTH Mike On 03-Jan-2006 12:52:56 CET, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hello! I try to map users from Domain to a unix system with user map. I have joined the

Re: [Samba] Windows ACL adjustments, permission denied

2006-01-05 Thread Mike Partyka
Agreed, this functionality would be great, and the Samba books says works, so i have to believe it's possible. I looked at the logging and posted it on a response to another suggestion, it refers to unknown auth type 9 Looked through the archives and really didn't see any answers. WHEN i

Re: [Samba] ADS joined, can't manage shares from MMC

2006-01-05 Thread Mike Partyka
in the list of available rights, so where am i going wrong? On 1/4/06, Gerald (Jerry) Carter [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mike Partyka wrote: Here is are the permissions mapped to administrator: [EMAIL PROTECTED] ~]# net rpc rights list

Re: [Samba] ADS joined, can't manage shares from MMC

2006-01-05 Thread Mike Partyka
That was it, thanks Jerry! On 1/5/06, Gerald (Jerry) Carter [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mike Partyka wrote: [EMAIL PROTECTED] ~]# net rpc rights grant MRPARTYKA/Administrator SeMachineAccountPrivilege -Uadministrator%password Failed to grant

Re: [Samba] Windows ACL adjustments, permission denied

2006-01-04 Thread Mike Partyka
Yes, using Winbind, AD users and groups appear to be local users and groups to the *nix box, so you can then chown/chgrp files and dirs specifying the user/group as DOMAIN/user. That's one way of adding AD users and groups. You should also be able to use the Microsoft MMC, or windows explorer to

Re: [Samba] ADS joined, can't manage shares from MMC

2006-01-04 Thread Mike Partyka
Hmm, I have never heard of that can you tell me more about how, or provide a link that would explain? I do use the username map (root DOMAIN/administrator). Is that the common? On 1/4/06, Gerald (Jerry) Carter [EMAIL PROTECTED] wrote: Are you sure you are being mapped to root. I would

Re: [Samba] ADS joined, can't manage shares from MMC

2006-01-04 Thread Mike Partyka
- Hash: SHA1 Mike Partyka wrote: Hmm, I have never heard of that can you tell me more about how, or provide a link that would explain? I do use the username map (root DOMAIN/administrator). Is that the common? User rights where introduced in 3.0.11 and should be covered pretty

Re: [Samba] Windows ACL modify ability?

2006-01-03 Thread Mike Partyka
[EMAIL PROTECTED] wrote: Hi, first which version of samba are you running? are you running pdc or AD Member ? etc etc. need more input ;-) Louis -Oorspronkelijk bericht- Van: [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED] Namens Mike Partyka Verzonden: maandag 2 januari 2006

Re: [Samba] Windows ACL modify ability?

2006-01-03 Thread Mike Partyka
for the samba server or do you set the rights as root Louis -Oorspronkelijk bericht- Van: Mike Partyka [mailto:[EMAIL PROTECTED] Verzonden: dinsdag 3 januari 2006 13:56 Aan: Louis van Belle CC: samba@lists.samba.org Onderwerp: Re: [Samba] Windows ACL modify ability? Samba 3.0.14a

Re: [Samba] Windows ACL modify ability?

2006-01-03 Thread Mike Partyka
Your referring to POSIX ACL support in the kernel? I am not entirely sure how to check for this in the standard precompliled kernel, and i believe that support not to be common in most linux distro's so i would guess that, POSIX ACL support is not enabled. My understanding is that POSIX ACL

Re: [Samba] Windows ACL modify ability?

2006-01-03 Thread Mike Partyka
Thanks Tom! Evidently Fedora Core 4 kernel's DO have POSIX ACL and Extemded attributes support. On 1/3/06, Thomas Bork [EMAIL PROTECTED] wrote: Mike Partyka wrote: Your referring to POSIX ACL support in the kernel? I am not entirely sure how to check for this in the standard

Re: [Samba] Windows ACL modify ability?

2006-01-03 Thread Mike Partyka
- Van: Mike Partyka [mailto:[EMAIL PROTECTED] Verzonden: dinsdag 3 januari 2006 15:00 Aan: Louis van Belle CC: samba@lists.samba.org Onderwerp: Re: [Samba] Windows ACL modify ability? Your referring to POSIX ACL support in the kernel? I am not entirely sure how to check

Re: [Samba] joined to ads, mapped permissions

2006-01-03 Thread Mike Partyka
Hmm, interesting, i wasn't sure the username map was necessary when using Winbind. I can see how that would work, but it seems unecessary, since Winbind's purpose is to make Active Directory users and groups appear to be local users and groups, so permissions on a shares would be modified using

Re: [Samba] Windows ACL modify ability?

2006-01-03 Thread Mike Partyka
, created by Mike Partyka, Agostoinc, 12302005:1230 [global] unix charset = LOCALE workgroup = mrpartyka realm = MRPARTYKA.DOMAIN server string = SMBv3.0.14a/MS ADS/winbindd security = ads log level = 10 syslog = 0 log file = /var/log/samba/%m

[Samba] Windows ACL adjustments, permission denied

2006-01-03 Thread Mike Partyka
OK, I found my problem and i am a little ashamed it took me this long to figure it out but here goes. The error i was getting when trying to adjust the ACL was Changes could not be saved, access is denied using Winbind, i had done the following: #chgrp MRPARTYK/Domain Users /ftproot which left

[Samba] Windows ACL modify ability?

2006-01-02 Thread Mike Partyka
I have posted several questions now and have ben unsuccessful in getting any responses, so i thought i would take a different tack. I know adjusting permissions on Samba shares, through the Microsoft MMC is possible when you have POSIX ACL support compiled in your kernel. I don't think that level

[Samba] joined to ads, mapped permissions

2005-12-31 Thread Mike Partyka
I have joined samba to a 2003 active directory server. If a samba shared dir is owned by root, how does active directory manage it? more specifically, how are the permissions mapped? administrator to root? i have seen reference to a parameter in smb.conf to username map, but i don't see

[Samba] ADS joined, can't manage shares from MMC

2005-12-30 Thread Mike Partyka
I have a samba 3.0.14 server attached to a 2003 ADS server. (verified with: wbinfo -u/-g, getent passwd/group, net ads testjoin) And i can attach to the Samba server using an XP workstation's MMC, but when i attempt to change ACL's (share perms or security tab) i get a warning window popup

Re: Re-2: [Samba] rid_idmap problem

2005-09-19 Thread Mike Partyka
/idmap_rid.c:rid_idmap_get_id_from_sid (478) rid_idmap_get_id_from_sid: no suitable range available for sid: S-1-5-32-544 What`s going wrong? bye Stefan -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba Mike Partyka Jumpnode Systems, LLC

[Samba] getent and wbinfo not returning expected results?

2005-09-16 Thread Mike Partyka
Hello, For some time now have been trying to connect a Samba-3.0.14a-0.4 server running on SuSE Ent 9 linux server to our Exchange 2003 (running on Server 2003 Std w/ SP1) server which is also the AD server for our domain. I can connect to the shares using the AD as the authentication

Re: [Samba] getent and wbinfo not returning expected results?

2005-09-16 Thread Mike Partyka
: 0072254971 Other books in production. Mike Partyka Jumpnode Systems, LLC Systems Administrator (612)605-5056 Desk (612)605-5099 Fax -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba

Re: [Samba] getent and wbinfo not returning expected results?

2005-09-16 Thread Mike Partyka
laugh when thinking about it. John, Doug, Thanks for your help! - John T. Mike Partyka Jumpnode Systems, LLC Systems Administrator (612)605-5056 Desk (612)605-5099 Fax -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman

[Samba] Windows XP profile problems

2005-01-26 Thread Mike Partyka
, Mike Partyka Stonepath Logistics Systems Administrator (651)405-4300 Desk (651)208-5734 Cell (651)405-4342 Fax -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba

[Samba] passwd chat

2005-01-20 Thread Mike Partyka
box of some sort that will let them change their passwd in the smbpasswd file? Or does it update their password in the /etc/passwd file? Or both? Thanks, Mike Partyka Stonepath Logistics Systems Administrator (651)405-4300 Desk (651)208-5734 Cell (651)405-4342 Fax -- To unsubscribe

RE: [Samba] Samba PDC and logon.bat questions

2005-01-17 Thread Mike Partyka
profiles without the need to do a regedit on each workstation? Thanks for your help! -Original Message- From: Kristyan Osborne [mailto:[EMAIL PROTECTED] Sent: Sunday, January 16, 2005 6:45 AM To: Mike Partyka; samba@lists.samba.org Subject: RE: [Samba] Samba PDC and logon.bat questions

[Samba] question about useradd, userdel, etc

2005-01-17 Thread Mike Partyka
Hello, I see these parameters often in the global section of the smb.conf file and I just don't understand what these parameters actually do? I understand what the commands do, but in what way does samba call these? Can someone explain a bit about how they are used? Thanks, Mike

[Samba] Samba PDC and logon.bat questions

2005-01-15 Thread Mike Partyka
this? Thanks so much, Mike Partyka Stonepath Logistics Systems Administrator (651)405-4300 Desk (651)208-5734 Cell (651)405-4342 Fax -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba

[Samba] ldap backend and machine trust accounts

2005-01-15 Thread Mike Partyka
accounts in the /etc/passwd file? Thanks so much! Mike Partyka Stonepath Logistics Systems Administrator (651)405-4300 Desk (651)208-5734 Cell (651)405-4342 Fax -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo

[Samba] samba-ldap-pdc, pam question

2004-12-20 Thread Mike Partyka
in the system-auth file? Thanks so much! Mike Partyka Stonepath Logistics Systems Administrator (651)405-4300 Desk (651)208-5734 Cell (651)405-4342 Fax -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba

[Samba] WINS emulation re:samba 3.0.1

2004-02-09 Thread Mike Partyka
with the Samba server without knowing what the IP of the local master browser is? Thanks, In advance Mike Partyka Stonepath Logistics IT Network Hardware Technician (651) 905-4372 Desk (651) 208-5734 Cell (651) 405-4342 Fax -- To unsubscribe from this list go to the following URL and read