[Samba] [OT] windows user migration

2006-02-22 Thread Chris McKeever
sorry for the off topic, but I am thinking some clever samba sole has
tinkered with this!!
I am trying to find a method to migrate local user profiles off one
server, onto another server.
Both are win2k machines.

Is there a way using roaming profiles to pull it off the live server,
onto the network via samba, and then pull it up to the secondary
server??

any thoughts would be appreciated!

thanks -


--
--
please respond to the list .. if you need to contact me direct
cgmckeever is the account
prupref.com is the domain

A href=http://www.prupref.com;Simply Chicago Real Estate/A
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


[Samba] restrict characters in file naming

2005-03-03 Thread Chris McKeever
Is there a way that you can restrict certain characters in filenames -
such as spaces and ampersands?

thanks



-- 
--
please respond to the list .. if you need to contact me direct
cgmckeever is the account
prupref.com is the domain

A href=http://www.prupref.com;Simply Chicago Real Estate/A
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Re: ldap / username issue

2005-02-23 Thread Chris McKeever
some more information:

if I 'getent shadow' - I can find the accounts in question, but getent
passwd just does not work - however, there are other accounts in the
LDAP, added the same way, and they show up in the 'getent passwd'


ideas?


On Wed, 23 Feb 2005 15:39:35 -0600, Chris McKeever [EMAIL PROTECTED] wrote:
 On Tue, 22 Feb 2005 22:47:43 -0700, Craig White [EMAIL PROTECTED] wrote:
  On Tue, 2005-02-22 at 09:34 -0600, Chris McKeever wrote:
   wondering if anyone has any suggestions on this - beating my head
   against the wall - thanks
  
  
   On Mon, 21 Feb 2005 08:11:48 -0600, Chris McKeever [EMAIL PROTECTED] 
   wrote:
thanks for the reply -
nscd is not running, nor is installed
   
On Mon, 21 Feb 2005 08:57:38 -0500, Adam Tauno Williams
[EMAIL PROTECTED] wrote:
  with some more tinkering I was able to recreate the  issue --
  delete an account out of ldap, readd it and it will not appear via 
  getent passwd
  any ideas??

 Is nscd running?
  
  Methinks that you should be looking at your DSA with some type of GUI
  like GQ or phpldapadmin - where you might discover subtle differences in
  the entries that are causing this behavior.
 
 
 I pulled those using ldapsearch and JAVA LDAP BROWSER = I posted the
 results a couple posts ago - as far as I can see, they look identical
 --- any ideas?  I cant seem to figure this out at all..thanks
 
 
 dn: uid=cgmckeever, ou=People, dc=prupref,dc=comdn: uid=agent-guest,
 ou=People, dc=prupref,dc=com
 objectClass: topobjectClass: top
 objectClass: person objectClass: person
 objectClass: organizationalPerson   objectClass: 
 organizationalPerson
 objectClass: inetOrgPerson  objectClass: 
 inetOrgPerson
 objectClass: accountobjectClass: account
 objectClass: posixaccount   objectClass: 
 posixaccount
 objectClass: shadowaccount  objectClass: 
 shadowaccount
 objectClass: kerberosSecurityObject objectClass: 
 kerberosSecurityObject
 objectClass: sambaAccount   objectClass: 
 sambaAccount
 sn: McKeeversn: guest
 givenName: Chris McKeever   givenName: agent guest
 mail: [EMAIL PROTECTED]mail: [EMAIL PROTECTED]
 shadowLastChange: 11761 shadowLastChange: 
 11761
 shadowMin: -1   shadowMin: -1
 shadowMax: 9shadowMax: 9
 shadowWarning: -1   shadowWarning: -1
 shadowInactive: -1  shadowInactive: -1
 shadowExpire: -1shadowExpire: -1
 shadowFlag: 7100670 shadowFlag: 7100670
 krbName: [EMAIL PROTECTED] krbName: [EMAIL PROTECTED]
 loginShell: /bin/false  loginShell: /bin/false
 uidNumber: 1277 uidNumber: 49344
 gidNumber: 1002 gidNumber: 1002
 homeDirectory: /home/   homeDirectory: /home/
 gecos: Chris McKeever   gecos: agent guest
 creatorsName: cn=root,dc=prupref,dc=com creatorsName:
 cn=root,dc=prupref,dc=com
 createTimestamp: 20030502214502ZcreateTimestamp: 
 20050218204327Z
 userPassword:: e01ENX1IZk8z userPassword:: 
 e01ENX01UlhmRF
 uid: cgmckeever uid: agent-guest
 pwdLastSet: 1093903956  pwdLastSet: 1108759458
 logonTime: 0logonTime: 0
 logoffTime: 0   logoffTime: 2147483647
 kickoffTime: 0  kickoffTime: 
 2147483647
 pwdCanChange: 0 pwdCanChange: 0
 displayName: Chris McKeever displayName: agent 
 guest
 cn: Chris McKeever  cn: agent guest
 rid: 3554   rid: 99688
 primaryGroupID: 3005primaryGroupID: 3005
 lmPassword: 6E265BE9lmPassword: A356673D
 ntPassword: 95A69025ntPassword: 2E6E2DA74
 acctFlags: [UX ]acctFlags: [UX
  ]
 pwdMustChange: 108696195100 pwdMustChange: 
 108696195100
 modifiersName: cn=root,dc=prupref,dc=commodifiersName:
 cn=root,dc=prupref,dc=com
 modifyTimestamp

Re: [Samba] Re: ldap / username issue

2005-02-23 Thread Chris McKeever
final note until I knock my head against the wall  -
I can chown agent-guest file-name -- which means that the
openldap/account handshake is working -- why doesnt getent passwd see
certain accounts!??

-rw-r--r--1 agent-gu root   253465 Feb 23 16:55 getent.passwd


On Wed, 23 Feb 2005 16:59:51 -0600, Chris McKeever [EMAIL PROTECTED] wrote:
 some more information:
 
 if I 'getent shadow' - I can find the accounts in question, but getent
 passwd just does not work - however, there are other accounts in the
 LDAP, added the same way, and they show up in the 'getent passwd'
 
 ideas?
 
 
 On Wed, 23 Feb 2005 15:39:35 -0600, Chris McKeever [EMAIL PROTECTED] wrote:
  On Tue, 22 Feb 2005 22:47:43 -0700, Craig White [EMAIL PROTECTED] wrote:
   On Tue, 2005-02-22 at 09:34 -0600, Chris McKeever wrote:
wondering if anyone has any suggestions on this - beating my head
against the wall - thanks
   
   
On Mon, 21 Feb 2005 08:11:48 -0600, Chris McKeever [EMAIL PROTECTED] 
wrote:
 thanks for the reply -
 nscd is not running, nor is installed

 On Mon, 21 Feb 2005 08:57:38 -0500, Adam Tauno Williams
 [EMAIL PROTECTED] wrote:
   with some more tinkering I was able to recreate the  issue --
   delete an account out of ldap, readd it and it will not appear 
   via getent passwd
   any ideas??
 
  Is nscd running?
   
   Methinks that you should be looking at your DSA with some type of GUI
   like GQ or phpldapadmin - where you might discover subtle differences in
   the entries that are causing this behavior.
  
 
  I pulled those using ldapsearch and JAVA LDAP BROWSER = I posted the
  results a couple posts ago - as far as I can see, they look identical
  --- any ideas?  I cant seem to figure this out at all..thanks
 
 
  dn: uid=cgmckeever, ou=People, dc=prupref,dc=comdn: uid=agent-guest,
  ou=People, dc=prupref,dc=com
  objectClass: topobjectClass: top
  objectClass: person objectClass: person
  objectClass: organizationalPerson   objectClass: 
  organizationalPerson
  objectClass: inetOrgPerson  objectClass: 
  inetOrgPerson
  objectClass: accountobjectClass: account
  objectClass: posixaccount   objectClass: 
  posixaccount
  objectClass: shadowaccount  objectClass: 
  shadowaccount
  objectClass: kerberosSecurityObject objectClass: 
  kerberosSecurityObject
  objectClass: sambaAccount   objectClass: 
  sambaAccount
  sn: McKeeversn: guest
  givenName: Chris McKeever   givenName: agent 
  guest
  mail: [EMAIL PROTECTED]mail: [EMAIL PROTECTED]
  shadowLastChange: 11761 shadowLastChange: 
  11761
  shadowMin: -1   shadowMin: -1
  shadowMax: 9shadowMax: 9
  shadowWarning: -1   shadowWarning: -1
  shadowInactive: -1  shadowInactive: -1
  shadowExpire: -1shadowExpire: -1
  shadowFlag: 7100670 shadowFlag: 7100670
  krbName: [EMAIL PROTECTED] krbName: [EMAIL 
  PROTECTED]
  loginShell: /bin/false  loginShell: 
  /bin/false
  uidNumber: 1277 uidNumber: 49344
  gidNumber: 1002 gidNumber: 1002
  homeDirectory: /home/   homeDirectory: 
  /home/
  gecos: Chris McKeever   gecos: agent guest
  creatorsName: cn=root,dc=prupref,dc=com creatorsName:
  cn=root,dc=prupref,dc=com
  createTimestamp: 20030502214502ZcreateTimestamp: 
  20050218204327Z
  userPassword:: e01ENX1IZk8z userPassword:: 
  e01ENX01UlhmRF
  uid: cgmckeever uid: agent-guest
  pwdLastSet: 1093903956  pwdLastSet: 
  1108759458
  logonTime: 0logonTime: 0
  logoffTime: 0   logoffTime: 
  2147483647
  kickoffTime: 0  kickoffTime: 
  2147483647
  pwdCanChange: 0 pwdCanChange: 0
  displayName: Chris McKeever displayName: agent 
  guest
  cn: Chris McKeever  cn: agent guest
  rid: 3554   rid: 99688
  primaryGroupID: 3005primaryGroupID: 3005

Re: [Samba] Re: ldap / username issue

2005-02-23 Thread Chris McKeever
On Tue, 22 Feb 2005 22:47:43 -0700, Craig White [EMAIL PROTECTED] wrote:
 On Tue, 2005-02-22 at 09:34 -0600, Chris McKeever wrote:
  wondering if anyone has any suggestions on this - beating my head
  against the wall - thanks
 
 
  On Mon, 21 Feb 2005 08:11:48 -0600, Chris McKeever [EMAIL PROTECTED] 
  wrote:
   thanks for the reply -
   nscd is not running, nor is installed
  
   On Mon, 21 Feb 2005 08:57:38 -0500, Adam Tauno Williams
   [EMAIL PROTECTED] wrote:
 with some more tinkering I was able to recreate the  issue --
 delete an account out of ldap, readd it and it will not appear via 
 getent passwd
 any ideas??
   
Is nscd running?
 
 Methinks that you should be looking at your DSA with some type of GUI
 like GQ or phpldapadmin - where you might discover subtle differences in
 the entries that are causing this behavior.
 

I pulled those using ldapsearch and JAVA LDAP BROWSER = I posted the
results a couple posts ago - as far as I can see, they look identical
--- any ideas?  I cant seem to figure this out at all..thanks



dn: uid=cgmckeever, ou=People, dc=prupref,dc=comdn: uid=agent-guest,
ou=People, dc=prupref,dc=com
objectClass: topobjectClass: top
objectClass: person objectClass: person
objectClass: organizationalPerson   objectClass: 
organizationalPerson
objectClass: inetOrgPerson  objectClass: 
inetOrgPerson
objectClass: accountobjectClass: account
objectClass: posixaccount   objectClass: 
posixaccount
objectClass: shadowaccount  objectClass: 
shadowaccount
objectClass: kerberosSecurityObject objectClass: 
kerberosSecurityObject
objectClass: sambaAccount   objectClass: 
sambaAccount
sn: McKeeversn: guest
givenName: Chris McKeever   givenName: agent guest
mail: [EMAIL PROTECTED] mail: [EMAIL PROTECTED]
shadowLastChange: 11761 shadowLastChange: 11761 

shadowMin: -1   shadowMin: -1
shadowMax: 9shadowMax: 9
shadowWarning: -1   shadowWarning: -1
shadowInactive: -1  shadowInactive: -1
shadowExpire: -1shadowExpire: -1
shadowFlag: 7100670 shadowFlag: 7100670
krbName: [EMAIL PROTECTED]  krbName: [EMAIL 
PROTECTED]
loginShell: /bin/false  loginShell: /bin/false
uidNumber: 1277 uidNumber: 49344
gidNumber: 1002 gidNumber: 1002
homeDirectory: /home/   homeDirectory: /home/
gecos: Chris McKeever   gecos: agent guest
creatorsName: cn=root,dc=prupref,dc=com creatorsName:
cn=root,dc=prupref,dc=com
createTimestamp: 20030502214502ZcreateTimestamp: 
20050218204327Z
userPassword:: e01ENX1IZk8z userPassword:: 
e01ENX01UlhmRF
uid: cgmckeever uid: agent-guest
pwdLastSet: 1093903956  pwdLastSet: 1108759458  

logonTime: 0logonTime: 0

logoffTime: 0   logoffTime: 2147483647  

kickoffTime: 0  kickoffTime: 2147483647 

pwdCanChange: 0 pwdCanChange: 0
displayName: Chris McKeever displayName: agent guest
cn: Chris McKeever  cn: agent guest
rid: 3554   rid: 99688
primaryGroupID: 3005primaryGroupID: 3005
lmPassword: 6E265BE9lmPassword: A356673D
ntPassword: 95A69025ntPassword: 2E6E2DA74
acctFlags: [UX ]acctFlags: [UX ]
pwdMustChange: 108696195100 pwdMustChange: 
108696195100
modifiersName: cn=root,dc=prupref,dc=commodifiersName:
cn=root,dc=prupref,dc=com
modifyTimestamp: 20040830221237ZmodifyTimestamp: 
20050218204419Z


 There are of course limits on the number of records returned from an
 ldap query and I don't have a DSA that would reach those limits to
 conduct experiments.
 
 Craig
 
 --
 To unsubscribe

Re: [Samba] Re: ldap / username issue

2005-02-22 Thread Chris McKeever
wondering if anyone has any suggestions on this - beating my head
against the wall - thanks


On Mon, 21 Feb 2005 08:11:48 -0600, Chris McKeever [EMAIL PROTECTED] wrote:
 thanks for the reply -
 nscd is not running, nor is installed
 
 On Mon, 21 Feb 2005 08:57:38 -0500, Adam Tauno Williams
 [EMAIL PROTECTED] wrote:
   with some more tinkering I was able to recreate the  issue --
   delete an account out of ldap, readd it and it will not appear via getent 
   passwd
   any ideas??
 
  Is nscd running?
 
 
 
 
 --
 --
 please respond to the list .. if you need to contact me direct
 cgmckeever is the account
 prupref.com is the domain
 
 A href=http://www.prupref.com;Simply Chicago Real Estate/A
 


-- 
--
please respond to the list .. if you need to contact me direct
cgmckeever is the account
prupref.com is the domain

A href=http://www.prupref.com;Simply Chicago Real Estate/A
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


[Samba] Re: ldap / username issue

2005-02-21 Thread Chris McKeever
with some more tinkering I was able to recreate the  issue --
delete an account out of ldap, readd it and it will not appear via getent passwd

any ideas??

thanks



On Fri, 18 Feb 2005 18:14:04 -0600, Chris McKeever [EMAIL PROTECTED] wrote:
 On Fri, 18 Feb 2005 17:22:26 -0600, Chris McKeever [EMAIL PROTECTED] wrote:
  I apologize for the cross post here - but I am pulling my hair out on this 
  one.
 
  I have openldap working well integrating with the unix/samba usernames so
  getent passwd displays all the ldap accounts
 
  I had a bit of a fat finger today and nuked an account
  I rebuilt it, and for the most part everything is identical (including
  uidnumber)
  I can ldapsearch for it fine -
 
  however if I:  getent passwd | grep agent-guest , nothing appears
  yet everything that the account relies upon still seems functional --
 
  is there something that toggles it being in the output?  am I missing
  something very simple?
 
  thanks in advance -
 
  --
 
 ldap comparison - cgmckeever displays, agent-guest does not
 
 dn: uid=cgmckeever, ou=People, dc=prupref,dc=comdn: uid=agent-guest,
 ou=People, dc=prupref,dc=com
 objectClass: topobjectClass: top
 objectClass: person objectClass: person
 objectClass: organizationalPerson   objectClass: 
 organizationalPerson
 objectClass: inetOrgPerson  objectClass: 
 inetOrgPerson
 objectClass: accountobjectClass: account
 objectClass: posixaccount   objectClass: 
 posixaccount
 objectClass: shadowaccount  objectClass: 
 shadowaccount
 objectClass: kerberosSecurityObject objectClass: 
 kerberosSecurityObject
 objectClass: sambaAccount   objectClass: 
 sambaAccount
 sn: McKeeversn: guest
 givenName: Chris McKeever   givenName: agent guest
 mail: [EMAIL PROTECTED]mail: [EMAIL PROTECTED]
 shadowLastChange: 11761 shadowLastChange: 
 11761
 shadowMin: -1   shadowMin: -1
 shadowMax: 9shadowMax: 9
 shadowWarning: -1   shadowWarning: -1
 shadowInactive: -1  shadowInactive: -1
 shadowExpire: -1shadowExpire: -1
 shadowFlag: 7100670 shadowFlag: 7100670
 krbName: [EMAIL PROTECTED] krbName: [EMAIL PROTECTED]
 loginShell: /bin/false  loginShell: /bin/false
 uidNumber: 1277 uidNumber: 49344
 gidNumber: 1002 gidNumber: 1002
 homeDirectory: /home/   homeDirectory: /home/
 gecos: Chris McKeever   gecos: agent guest
 creatorsName: cn=root,dc=prupref,dc=com creatorsName:
 cn=root,dc=prupref,dc=com
 createTimestamp: 20030502214502ZcreateTimestamp: 
 20050218204327Z
 userPassword:: e01ENX1IZk8z userPassword:: 
 e01ENX01UlhmRF
 uid: cgmckeever uid: agent-guest
 pwdLastSet: 1093903956  pwdLastSet: 1108759458
 logonTime: 0logonTime: 0
 logoffTime: 0   logoffTime: 2147483647
 kickoffTime: 0  kickoffTime: 
 2147483647
 pwdCanChange: 0 pwdCanChange: 0
 displayName: Chris McKeever displayName: agent 
 guest
 cn: Chris McKeever  cn: agent guest
 rid: 3554   rid: 99688
 primaryGroupID: 3005primaryGroupID: 3005
 lmPassword: 6E265BE9lmPassword: A356673D
 ntPassword: 95A69025ntPassword: 2E6E2DA74
 acctFlags: [UX ]acctFlags: [UX
  ]
 pwdMustChange: 108696195100 pwdMustChange: 
 108696195100
 modifiersName: cn=root,dc=prupref,dc=commodifiersName:
 cn=root,dc=prupref,dc=com
 modifyTimestamp: 20040830221237ZmodifyTimestamp: 
 20050218204419Z
 
 
  --
  please respond to the list .. if you need to contact me direct
  cgmckeever is the account
  prupref.com is the domain
 
  A href=http://www.prupref.com;Simply Chicago Real Estate/A
 
 
 --
 --
 please respond to the list .. if you need

Re: [Samba] Re: ldap / username issue

2005-02-21 Thread Chris McKeever
thanks for the reply - 
nscd is not running, nor is installed 

On Mon, 21 Feb 2005 08:57:38 -0500, Adam Tauno Williams
[EMAIL PROTECTED] wrote:
  with some more tinkering I was able to recreate the  issue --
  delete an account out of ldap, readd it and it will not appear via getent 
  passwd
  any ideas??
 
 Is nscd running?
 
 
 


-- 
--
please respond to the list .. if you need to contact me direct
cgmckeever is the account
prupref.com is the domain

A href=http://www.prupref.com;Simply Chicago Real Estate/A
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


[Samba] ldap / username issue

2005-02-18 Thread Chris McKeever
I apologize for the cross post here - but I am pulling my hair out on this one.

I have openldap working well integrating with the unix/samba usernames so
getent passwd displays all the ldap accounts

I had a bit of a fat finger today and nuked an account
I rebuilt it, and for the most part everything is identical (including
uidnumber)
I can ldapsearch for it fine -

however if I:  getent passwd | grep agent-guest , nothing appears
yet everything that the account relies upon still seems functional --

is there something that toggles it being in the output?  am I missing
something very simple?

thanks in advance -

-- 
--
please respond to the list .. if you need to contact me direct
cgmckeever is the account
prupref.com is the domain

A href=http://www.prupref.com;Simply Chicago Real Estate/A
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


[Samba] Re: ldap / username issue

2005-02-18 Thread Chris McKeever
On Fri, 18 Feb 2005 17:22:26 -0600, Chris McKeever [EMAIL PROTECTED] wrote:
 I apologize for the cross post here - but I am pulling my hair out on this 
 one.
 
 I have openldap working well integrating with the unix/samba usernames so
 getent passwd displays all the ldap accounts
 
 I had a bit of a fat finger today and nuked an account
 I rebuilt it, and for the most part everything is identical (including
 uidnumber)
 I can ldapsearch for it fine -
 
 however if I:  getent passwd | grep agent-guest , nothing appears
 yet everything that the account relies upon still seems functional --
 
 is there something that toggles it being in the output?  am I missing
 something very simple?
 
 thanks in advance -
 
 --

ldap comparison - cgmckeever displays, agent-guest does not


dn: uid=cgmckeever, ou=People, dc=prupref,dc=comdn: uid=agent-guest,
ou=People, dc=prupref,dc=com
objectClass: topobjectClass: top
objectClass: person objectClass: person
objectClass: organizationalPerson   objectClass: 
organizationalPerson
objectClass: inetOrgPerson  objectClass: 
inetOrgPerson
objectClass: accountobjectClass: account
objectClass: posixaccount   objectClass: 
posixaccount
objectClass: shadowaccount  objectClass: 
shadowaccount
objectClass: kerberosSecurityObject objectClass: 
kerberosSecurityObject
objectClass: sambaAccount   objectClass: 
sambaAccount
sn: McKeeversn: guest
givenName: Chris McKeever   givenName: agent guest
mail: [EMAIL PROTECTED] mail: [EMAIL PROTECTED]
shadowLastChange: 11761 shadowLastChange: 11761 

shadowMin: -1   shadowMin: -1
shadowMax: 9shadowMax: 9
shadowWarning: -1   shadowWarning: -1
shadowInactive: -1  shadowInactive: -1
shadowExpire: -1shadowExpire: -1
shadowFlag: 7100670 shadowFlag: 7100670
krbName: [EMAIL PROTECTED]  krbName: [EMAIL 
PROTECTED]
loginShell: /bin/false  loginShell: /bin/false
uidNumber: 1277 uidNumber: 49344
gidNumber: 1002 gidNumber: 1002
homeDirectory: /home/   homeDirectory: /home/
gecos: Chris McKeever   gecos: agent guest
creatorsName: cn=root,dc=prupref,dc=com creatorsName:
cn=root,dc=prupref,dc=com
createTimestamp: 20030502214502ZcreateTimestamp: 
20050218204327Z
userPassword:: e01ENX1IZk8z userPassword:: 
e01ENX01UlhmRF
uid: cgmckeever uid: agent-guest
pwdLastSet: 1093903956  pwdLastSet: 1108759458  

logonTime: 0logonTime: 0

logoffTime: 0   logoffTime: 2147483647  

kickoffTime: 0  kickoffTime: 2147483647 

pwdCanChange: 0 pwdCanChange: 0
displayName: Chris McKeever displayName: agent guest
cn: Chris McKeever  cn: agent guest
rid: 3554   rid: 99688
primaryGroupID: 3005primaryGroupID: 3005
lmPassword: 6E265BE9lmPassword: A356673D
ntPassword: 95A69025ntPassword: 2E6E2DA74
acctFlags: [UX ]acctFlags: [UX ]
pwdMustChange: 108696195100 pwdMustChange: 
108696195100
modifiersName: cn=root,dc=prupref,dc=commodifiersName:
cn=root,dc=prupref,dc=com
modifyTimestamp: 20040830221237ZmodifyTimestamp: 
20050218204419Z





 --
 please respond to the list .. if you need to contact me direct
 cgmckeever is the account
 prupref.com is the domain
 
 A href=http://www.prupref.com;Simply Chicago Real Estate/A
 


-- 
--
please respond to the list .. if you need to contact me direct
cgmckeever is the account
prupref.com is the domain

A href=http://www.prupref.com;Simply Chicago Real Estate/A
-- 
To unsubscribe from this list go

Re: [Samba] Windows 'NETWORK PASSWORD' Samba printer

2005-02-17 Thread Chris McKeever
Thanks for the reply - 
I have since upgraded to 3.0.11 and the same symptoms occur
XP/2000 work great printing/file access anonymously
WIN98 anonymous file access WORKS, printing causes a 'NETWORK PASSWORD dialogue

I tried some other troubleshooting with no avail - unfortunately the
only thing I found to work was to add a username and password to
smbpasswd for the station (hence remove the anonymous attempt) - this
worked, but kills the concept for an anomymous print server .

Below is my smb.conf, if anyone can see something blatent wrong with
it. - I appreciate it.  thanks!


smb.conf:

[global]
workgroup = prupref.com
server string = PRUPREF PRINT SERVER
printing = cups
printcap name = cups
printcap cache time = 750
cups options = raw
printer admin = @ntadmin, root, administrator
# printer mode point-n-click
default devmode = yes
username map = /etc/samba/smbusers
# if there are admin issues - check this parameter and the
smbpasswd syncing
map to guest = bad password
#guest account = guestprint
wins server = wins.prupref.com
encrypt passwords = yes
security = user
include = /etc/samba/dhcp.conf
logon path =
logon home =
logon drive =
loglevel = 10
log file = /var/log/samba/%m.log

[printers]
comment = All Printers
path = /var/tmp
printable = Yes
create mask = 0600
browseable = No

[print$]
comment = Printer Drivers
path = /var/lib/samba/drivers
write list = @ntadmin root administrator
guest ok = yes
force group = ntadmin
create mask = 0664
directory mask = 0775


On Thu, 17 Feb 2005 00:41:57 +0100, Robert Schetterer
[EMAIL PROTECTED] wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Hi Chris must be an issue with your smb.conf
 i never had such problems with suse during all versions since 8.0 and
 samba  whatever version.But i never used win98  since win2000 was
 released...so maybe win98 is the problem but i am nearly sure it isnt
 Regards
 
 Chris McKeever schrieb:
 | SUSE 9.1
 | Samba 3.0.9
 | Wn 98
 |
 | I am having an issue with windows 98 and a samba printer.  I am able
 | to get to all the shares on the server and the printers from other
 | clients (win 2K / XP) and am able to get to all the shares fine via
 | win98.  However, after I install the printer and try to print a page
 | it requests the 'NETWORK PASSWORD'
 |
 | This box is completely open for all the shares using map to guest -
 BAD PASSWORD
 |
 | I found almost the identical problem, but the only resolution was by
 | upgrading form 3.0.8 to 3.0.9 -- which is the version I am currently
 | at.
 |
 |
 http://groups-beta.google.com/group/comp.os.linux.networking/browse_thread/thread/c390108b5c54e93b/d1dde3ca740fd936?q=windows+98+samba+print_done=%2Fgroups%3Fq%3Dwindows+98+samba+print%26_doneTitle=Back+to+Searchd#d1dde3ca740fd936
 |
 | any suggestions?
 |
 |
 |
 |
 |
 |
 |
 
 - --
 Mit freundlichen Gruessen
 Best Regards
 Robert Schetterer
 
 robert_at_schetterer.org
 Munich / Bavaria / Germany
 https://www.schetterer.org
 
 \**
 \* gnupgp
 \* public key:
 \* https://www.schetterer.org/public.key
 \**
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.2.5 (MingW32)
 Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
 
 iD8DBQFCE9pF+Jw+56iSjEkRAsWcAJ9+OOYLqTURCq4znbheXWWEQ+j0DwCfQcP4
 o1TahnaTJU6vGvDbhsXYMuQ=
 =AA8W
 -END PGP SIGNATURE-
 
 
 


-- 
--
please respond to the list .. if you need to contact me direct
cgmckeever is the account
prupref.com is the domain

A href=http://www.prupref.com;Simply Chicago Real Estate/A
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Windows share bridge

2005-02-17 Thread Chris McKeever
just a suggestion - but they have these great little networked hard
drives (200 GB for $400) --- it takes any administration out of the
question - I havent ever used them - but they are sure appealing


On Wed, 16 Feb 2005 23:56:07 -0800, Matthew Easton [EMAIL PROTECTED] wrote:
 On Wednesday 16 February 2005 06:27, Sebastian Schaetz wrote:
   a samba bridge - a
  seperate machine that connects to the windows xp home machine, mounts
  the shares and serves them itself to the rest of the network. I made a
  little picture...
 
 A fun hack, but I don't understand what your boss gains by this.  If you set
 up samba as the server, upgrade his computer to XP Professional,  and
 configure his computer as a domain client, nothing really needs change for
 him except that shared files live in a different place (i.e., on the server).
 This can be obfuscated with the judicious use of shortcuts and/or folder
 redirection
 http://us1.samba.org/samba/docs/man/Samba-Guide/happy.html#redirfold
 
 Is it that he wants to control who can access which shares? That's what he has
 you for. ;-)
 
 If you want to improve your bridge, I think you have two things to try--- NIC
 and Disk.
 
 Install gigabit nics for your workstation-to-samba bridge?
 
 Set up IEEE1394 networking instead?  That's 400 MBPS if you can get Linux to
 cooperate...
 http://www.microsoft.com/windowsxp/using/moviemaker/expert/bridgman_02march25.mspx
 
 Upgrade disks (and/or  invest hardware RAID 0) to get fastest possible disk
 throughput?
 
 Or consider getting rid of the samba server and simply upgrading your XP Home
 to Windows XP Professional (10 clients maximum).
 --
 To unsubscribe from this list go to the following URL and read the
 instructions:  https://lists.samba.org/mailman/listinfo/samba
 


-- 
--
please respond to the list .. if you need to contact me direct
cgmckeever is the account
prupref.com is the domain

A href=http://www.prupref.com;Simply Chicago Real Estate/A
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Windows 'NETWORK PASSWORD' Samba printer

2005-02-17 Thread Chris McKeever
On Thu, 17 Feb 2005 10:53:54 -0600, Gerald (Jerry) Carter
[EMAIL PROTECTED] wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Chris McKeever wrote:
 
 | Thanks for the reply -
 | I have since upgraded to 3.0.11 and the
 | same symptoms occur XP/2000 work
 | great printing/file access anonymously
 | WIN98 anonymous file access WORKS,
 | printing causes a 'NETWORK PASSWORD dialogue
 
 Try setting
 
map to guest = bad user
uasename map = /etc/samba/smbusers
 
 and create smbusers to contain
 
!foo = *
 
 map to guest = bad password implies that the
 authentication failed due to a known username
 but unknown password.  The seteting listed above
 map everyone to an unknown username so that mapt
 to guest is always applied.

Jerry - as always, thank you -- unfortunately though I tried it  still
got the 'network password' pop-up - PLUS that killed the printer
administration via the WINDOWS APW - which makes sense since the
administrator got remapped to the guest account as well



 
 cheers, jerry
 =
 Alleviating the pain of Windows(tm)  --- http://www.samba.org
 GnuPG Key- http://www.plainjoe.org/gpg_public.asc
 I never saved anything for the swim back. Ethan Hawk in Gattaca
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.2.5 (GNU/Linux)
 Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
 
 iD8DBQFCFMwiIR7qMdg1EfYRApTwAKCZJhzAoWRCXaAZdyvLhEwc4HckdACeJCJy
 /j8xpGfJAYRI5dwOllWGIcA=
 =yR26
 -END PGP SIGNATURE-
 


-- 
--
please respond to the list .. if you need to contact me direct
cgmckeever is the account
prupref.com is the domain

A href=http://www.prupref.com;Simply Chicago Real Estate/A
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Windows 'NETWORK PASSWORD' Samba printer

2005-02-17 Thread Chris McKeever
On Thu, 17 Feb 2005 11:36:13 -0600, Chris McKeever [EMAIL PROTECTED] wrote:
 On Thu, 17 Feb 2005 10:53:54 -0600, Gerald (Jerry) Carter
 [EMAIL PROTECTED] wrote:
  -BEGIN PGP SIGNED MESSAGE-
  Hash: SHA1
 
  Chris McKeever wrote:
 
  | Thanks for the reply -
  | I have since upgraded to 3.0.11 and the
  | same symptoms occur XP/2000 work
  | great printing/file access anonymously
  | WIN98 anonymous file access WORKS,
  | printing causes a 'NETWORK PASSWORD dialogue
 
  Try setting
 
 map to guest = bad user
 uasename map = /etc/samba/smbusers
 
  and create smbusers to contain
 
 !foo = *
 
  map to guest = bad password implies that the
  authentication failed due to a known username
  but unknown password.  The seteting listed above
  map everyone to an unknown username so that mapt
  to guest is always applied.
 
 Jerry - as always, thank you -- unfortunately though I tried it  still
 got the 'network password' pop-up - PLUS that killed the printer
 administration via the WINDOWS APW - which makes sense since the
 administrator got remapped to the guest account as well


a little more playing and 

!administrator = * 

lets the administrator work, but then all shares become disabled for
the anonymous users

 
 
 
  cheers, jerry
  =
  Alleviating the pain of Windows(tm)  --- http://www.samba.org
  GnuPG Key- http://www.plainjoe.org/gpg_public.asc
  I never saved anything for the swim back. Ethan Hawk in Gattaca
  -BEGIN PGP SIGNATURE-
  Version: GnuPG v1.2.5 (GNU/Linux)
  Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
 
  iD8DBQFCFMwiIR7qMdg1EfYRApTwAKCZJhzAoWRCXaAZdyvLhEwc4HckdACeJCJy
  /j8xpGfJAYRI5dwOllWGIcA=
  =yR26
  -END PGP SIGNATURE-
 
 
 --
 --
 please respond to the list .. if you need to contact me direct
 cgmckeever is the account
 prupref.com is the domain
 
 A href=http://www.prupref.com;Simply Chicago Real Estate/A
 


-- 
--
please respond to the list .. if you need to contact me direct
cgmckeever is the account
prupref.com is the domain

A href=http://www.prupref.com;Simply Chicago Real Estate/A
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Windows 'NETWORK PASSWORD' Samba printer

2005-02-17 Thread Chris McKeever
On Thu, 17 Feb 2005 11:57:37 -0600, Gerald (Jerry) Carter
[EMAIL PROTECTED] wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Chris McKeever wrote
 :
 | Try setting
 |
 |map to guest = bad user
 |uasename map = /etc/samba/smbusers
 |
 | and create smbusers to contain
 |
 |!foo = *
 |
 | map to guest = bad password implies that the
 | authentication failed due to a known username
 | but unknown password.  The seteting listed above
 | map everyone to an unknown username so that mapt
 | to guest is always applied.
 |
 | Jerry - as always, thank you -- unfortunately
 | though I tried it  still got the 'network password'
 
 Can you send me a level 10 debug log of the failure
 along with the smb.conf you are currently using ?
 
 | pop-up - PLUS that killed the printer administration
 | via the WINDOWS APW - which makes sense since the
 | administrator got remapped to the guest account as well
 
 Ahh... we'll you can work around that by just adding
 
!administrator = administrator
 
 in the username map before the 'foo = *' line.


Jerry - thanks, I have it working (and confusing myself at the same time!)
there was something strange with bad user - but I think I have it
working now --


map to guest = bad user
username map = /etc/samba/smbusers
guest account = nobody
guest ok = yes

!administrator = administrator
#inobody = *
!foo = *














 
 
 cheers, jerry
 =
 Alleviating the pain of Windows(tm)  --- http://www.samba.org
 GnuPG Key- http://www.plainjoe.org/gpg_public.asc
 I never saved anything for the swim back. Ethan Hawk in Gattaca
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.2.5 (GNU/Linux)
 Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
 
 iD8DBQFCFNsRIR7qMdg1EfYRAuONAJ4jdrsh154ZEDEfbWuEKggEo4NK5wCfa5Mx
 fSamu3Eup4a8n3ikZlXRfHE=
 =o+DH
 -END PGP SIGNATURE-
 


-- 
--
please respond to the list .. if you need to contact me direct
cgmckeever is the account
prupref.com is the domain

A href=http://www.prupref.com;Simply Chicago Real Estate/A
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


[Samba] Windows 'NETWORK PASSWORD' Samba printer

2005-02-16 Thread Chris McKeever
SUSE 9.1
Samba 3.0.9
Wn 98

I am having an issue with windows 98 and a samba printer.  I am able
to get to all the shares on the server and the printers from other
clients (win 2K / XP) and am able to get to all the shares fine via
win98.  However, after I install the printer and try to print a page
it requests the 'NETWORK PASSWORD'

This box is completely open for all the shares using map to guest - BAD PASSWORD

I found almost the identical problem, but the only resolution was by
upgrading form 3.0.8 to 3.0.9 -- which is the version I am currently
at.

http://groups-beta.google.com/group/comp.os.linux.networking/browse_thread/thread/c390108b5c54e93b/d1dde3ca740fd936?q=windows+98+samba+print_done=%2Fgroups%3Fq%3Dwindows+98+samba+print%26_doneTitle=Back+to+Searchd#d1dde3ca740fd936

any suggestions?







-- 
--
please respond to the list .. if you need to contact me direct
cgmckeever is the account
prupref.com is the domain

A href=http://www.prupref.com;Simply Chicago Real Estate/A
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Samba as a Print Server : passthrough login problem

2005-02-10 Thread Chris McKeever
here is my smb.cnf for the same thing - however working..the  couple
things I notice are:

map to guest = bad password
encrypt passwords = yes
security = user

did you want this as anonymous login?




[global]
workgroup = prupref.com
server string = PRUPREF PRINT SERVER
printing = cups
printcap name = cups
printcap cache time = 750
cups options = raw
printer admin = @ntadmin, root, administrator
# printer mode point-n-click
default devmode = yes
username map = /etc/samba/smbusers
# if there are admin issues - check this parameter and the
smbpasswd syncing
map to guest = bad password
#guest account = guestprint
wins server = wins.prupref.com
encrypt passwords = yes
security = user
include = /etc/samba/dhcp.conf
logon path =
logon home =
logon drive =
#loglevel = 10
log file = /var/log/samba/%m.log



On Thu, 10 Feb 2005 15:32:20 +0100, Joris De Pooter
[EMAIL PROTECTED] wrote:
 Hello people, and thanks for this list :)
 
 I have a problem with samba, but first let me tell you the overall thing.
 
 I want to migrate my win2k print server to a Samba3 one ;)
 My willing is to make this print server available for our domain users.
 Thus, I decided to use these global settings
 
 security = server
 server = myPDCServer
 
 My problem is that I can't make it work, all I get is an
 NT_STATUS_LOGON_FAILURE.
 Please, given my smb.conf, can any guru help me with this ?
 
 [global]
 workgroup = ATEMPO
 netbios name = myprintserver
 server string = samba (%U)
 smb passwd file = /etc/samba/private/smbpasswd
 passdb backend = tdbsam
 log file = /var/log/samba3/log.%m
 printer admin = @adm, root
 load printers = yes
 printing = cups
 printcap = cups
 security = server
 password server = mypdcserver
 os level = 15
 local master = no
 domain master = no
 encrypt passwords = yes
 
 [print$]
 comment = Printer drivers
 path = /etc/samba/printer
 write list = @adm, root
 guest ok = no
 browseable = yes
 read only = yes
 
 [mis1700]
 comment = Dell 1700n - MIS
 path = /var/spool/samba
 guest ok = Yes
 printable = Yes
 public = yes
 valid users = joris
 
 [printers]
 comment = Toutes les imprimantes
 path = /var/spool/samba
 guest ok = yes
 printable = yes
 browseable = No
 printer admin = root, @adm
 public = yes
 writable = no
 
 --
 Joris De Pooter
 
 --
 To unsubscribe from this list go to the following URL and read the
 instructions:  https://lists.samba.org/mailman/listinfo/samba
 


-- 
--
please respond to the list .. if you need to contact me direct
cgmckeever is the account
prupref.com is the domain

A href=http://www.prupref.com;Simply Chicago Real Estate/A
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


[Samba] brother printer driver issue

2005-02-09 Thread Chris McKeever
Samba 3.0.9
SUSE 9.1

have a semi-working point-n-print server working, however when I try
to add the drivers for a BROTHER 1850, windows explorer seems to crash
and then when I try to edit the properties I get a protection fault
error

I can successfully add the printer (right click CONNECT) to other
machines, but it doesnt print and it just fails with properties dialog
as well

thanks



-- 
--
please respond to the list .. if you need to contact me direct
cgmckeever is the account
prupref.com is the domain

A href=http://www.prupref.com;Simply Chicago Real Estate/A
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


[Samba] [solved] Re: brother printer driver issue

2005-02-09 Thread Chris McKeever
added to the global: 'default devmode = yes' 

http://groups-beta.google.com/group/linux.samba/browse_thread/thread/cdb4a5f420f6d230/d00b908c085117c5?q=samba+printer+protection+fault_done=%2Fgroups%3Fq%3Dsamba+printer+protection+fault%26_doneTitle=Back+to+Searchd#d00b908c085117c5


On Wed, 9 Feb 2005 17:36:24 -0600, Chris McKeever [EMAIL PROTECTED] wrote:
 Samba 3.0.9
 SUSE 9.1
 
 have a semi-working point-n-print server working, however when I try
 to add the drivers for a BROTHER 1850, windows explorer seems to crash
 and then when I try to edit the properties I get a protection fault
 error
 
 I can successfully add the printer (right click CONNECT) to other
 machines, but it doesnt print and it just fails with properties dialog
 as well
 
 thanks
 
 
 --
 --
 please respond to the list .. if you need to contact me direct
 cgmckeever is the account
 prupref.com is the domain
 
 A href=http://www.prupref.com;Simply Chicago Real Estate/A
 


-- 
--
please respond to the list .. if you need to contact me direct
cgmckeever is the account
prupref.com is the domain

A href=http://www.prupref.com;Simply Chicago Real Estate/A
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


[Samba] Re: rpcclient error / printer driver issue

2005-02-08 Thread Chris McKeever
some more testing - I removed the printers.tbd and all the driver
files then reloaded cups/samba -

I still recieve the error: 
enumdrivers
result was WERR_UNKNOWN_PRINTER_DRIVER

I am wondering if this is a bug in 3.0.9

running the same command on a 2.2.8a install does not return the error
- and there are no point-n-click drivers installed on that machine

any ideas - thanks




On Mon, 7 Feb 2005 17:58:12 -0600, Chris McKeever [EMAIL PROTECTED] wrote:
 SUSE 9.1
 samba-3.0.9-2.6
 samba-client-3.0.9-2.6
 
 I am getting some errors that I can't seem to track down in any of the
 archives.  I came across this problem when trying to delete a driver
 none of the printers are listed in the smb.conf - it is all being
 generated from the cups and the printcap that cups makes on load
 
 First enumprinters works:
 
 rpcclient $ enumprinters
 flags:[0x80]
 name:[\\prupref-print\ccc-tosh35]
 description:[\\prupref-print\ccc-tosh35,TOSHIBA e-STUDIO28-45
 GL-PSL3,Call Center Toshiba 35]
 comment:[Call Center Toshiba 35]
 
 flags:[0x80]
 name:[\\prupref-print\hin-magi2300]
 description:[\\prupref-print\hin-magi2300,magicolor 2300
 DL,Hinsdale Magicolor 2300]
 comment:[Hinsdale Magicolor 2300]
 
 
 any combination of the getdriver returns:
 
 rpcclient $ getdriver ccc-tosh35
 Error opening printer handle for \\.\ccc-tosh35!
 result was WERR_INVALID_PRINTER_NAME
 rpcclient $ getdriver \\prupref-print\ccc-tosh35
 Error opening printer handle for \\.\\\prupref-print\ccc-tosh35!
 result was WERR_INVALID_PRINTER_NAME
 
 
 
 also enumdrivers:
 
 rpcclient $ enumdrivers
 result was WERR_UNKNOWN_PRINTER_DRIVER
 
 --
 
 finally - if I were to even get the getdriver to work, how would I
 disassociate the driver with the printer so:
 
 rpcclient $ deldriver magicolor 2300 DL
 Failed to remove driver magicolor 2300 DL for arch [Windows NT x86] -
 error 0xbb9!
 Failed to remove driver magicolor 2300 DL for arch [Windows NT x86] -
 error 0xbb9!
 result was WERR_UNKNOWN_PRINTER_DRIVER
 
 
 --
 --
 please respond to the list .. if you need to contact me direct
 cgmckeever is the account
 prupref.com is the domain
 
 A href=http://www.prupref.com;Simply Chicago Real Estate/A
 


-- 
--
please respond to the list .. if you need to contact me direct
cgmckeever is the account
prupref.com is the domain

A href=http://www.prupref.com;Simply Chicago Real Estate/A
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Re: rpcclient error / printer driver issue

2005-02-08 Thread Chris McKeever
On Tue, 08 Feb 2005 09:22:15 -0600, Gerald (Jerry) Carter
[EMAIL PROTECTED] wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Chris McKeever wrote:
 | some more testing - I removed the printers.tbd and all the driver
 | files then reloaded cups/samba -
 |
 | I still recieve the error:
 | enumdrivers
 | result was WERR_UNKNOWN_PRINTER_DRIVER
 |
 | I am wondering if this is a bug in 3.0.9
 
 Did you use localhost to connect to the server ?  Try
 using the server's real netbios name.  You probably
 also want to give 3.0.11 a run.  There's were several
 rpcclient and printing bugs cleaned up there.
 

ahh -- marvelous -- the localhost I think was the culprit!
I will continue to play and see if any more issues arise

thanks [again] !

 cheers, jerry
 =
 Alleviating the pain of Windows(tm)  --- http://www.samba.org
 GnuPG Key- http://www.plainjoe.org/gpg_public.asc
 I never saved anything for the swim back. Ethan Hawk in Gattaca
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.2.5 (GNU/Linux)
 Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
 
 iD8DBQFCCNkmIR7qMdg1EfYRAjoYAJ9IsX9VU8H8S+pv0vSm0XuzFPj+/ACfWbBG
 dgjt2khMBwU/ESReBhoTJ9M=
 =MNdK
 -END PGP SIGNATURE-
 


-- 
--
please respond to the list .. if you need to contact me direct
cgmckeever is the account
prupref.com is the domain

A href=http://www.prupref.com;Simply Chicago Real Estate/A
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Re: rpcclient error / printer driver issue

2005-02-08 Thread Chris McKeever
everything seems to be working good other than this strange nuance
(that doesnt seem to effect anything)

drivers get listed twice -  any ideas? or should I just forget I saw this -- !

rpcclient $ enumdrivers

[Windows NT x86]
Printer Driver Info 1:
Driver Name: [magicolor 2300 DL]

Printer Driver Info 1:
Driver Name: [TOSHIBA e-STUDIO550-810 GL-PCL6]

Printer Driver Info 1:
Driver Name: [TOSHIBA e-STUDIO28-45 GL-PSL3]


[Windows NT x86]
Printer Driver Info 1:
Driver Name: [magicolor 2300 DL]

Printer Driver Info 1:
Driver Name: [TOSHIBA e-STUDIO550-810 GL-PCL6]

Printer Driver Info 1:
Driver Name: [TOSHIBA e-STUDIO28-45 GL-PSL3]



On Tue, 8 Feb 2005 09:49:01 -0600, Chris McKeever [EMAIL PROTECTED] wrote:
 On Tue, 08 Feb 2005 09:22:15 -0600, Gerald (Jerry) Carter
 [EMAIL PROTECTED] wrote:
  -BEGIN PGP SIGNED MESSAGE-
  Hash: SHA1
 
  Chris McKeever wrote:
  | some more testing - I removed the printers.tbd and all the driver
  | files then reloaded cups/samba -
  |
  | I still recieve the error:
  | enumdrivers
  | result was WERR_UNKNOWN_PRINTER_DRIVER
  |
  | I am wondering if this is a bug in 3.0.9
 
  Did you use localhost to connect to the server ?  Try
  using the server's real netbios name.  You probably
  also want to give 3.0.11 a run.  There's were several
  rpcclient and printing bugs cleaned up there.
 
 
 ahh -- marvelous -- the localhost I think was the culprit!
 I will continue to play and see if any more issues arise
 
 thanks [again] !
 
  cheers, jerry
  =
  Alleviating the pain of Windows(tm)  --- http://www.samba.org
  GnuPG Key- http://www.plainjoe.org/gpg_public.asc
  I never saved anything for the swim back. Ethan Hawk in Gattaca
  -BEGIN PGP SIGNATURE-
  Version: GnuPG v1.2.5 (GNU/Linux)
  Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
 
  iD8DBQFCCNkmIR7qMdg1EfYRAjoYAJ9IsX9VU8H8S+pv0vSm0XuzFPj+/ACfWbBG
  dgjt2khMBwU/ESReBhoTJ9M=
  =MNdK
  -END PGP SIGNATURE-
 
 
 --
 --
 please respond to the list .. if you need to contact me direct
 cgmckeever is the account
 prupref.com is the domain
 
 A href=http://www.prupref.com;Simply Chicago Real Estate/A
 


-- 
--
please respond to the list .. if you need to contact me direct
cgmckeever is the account
prupref.com is the domain

A href=http://www.prupref.com;Simply Chicago Real Estate/A
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


[Samba] rpcclient error / printer driver issue

2005-02-07 Thread Chris McKeever
SUSE 9.1
samba-3.0.9-2.6
samba-client-3.0.9-2.6

I am getting some errors that I can't seem to track down in any of the
archives.  I came across this problem when trying to delete a driver
none of the printers are listed in the smb.conf - it is all being
generated from the cups and the printcap that cups makes on load

First enumprinters works:

rpcclient $ enumprinters
flags:[0x80]
name:[\\prupref-print\ccc-tosh35]
description:[\\prupref-print\ccc-tosh35,TOSHIBA e-STUDIO28-45
GL-PSL3,Call Center Toshiba 35]
comment:[Call Center Toshiba 35]

flags:[0x80]
name:[\\prupref-print\hin-magi2300]
description:[\\prupref-print\hin-magi2300,magicolor 2300
DL,Hinsdale Magicolor 2300]
comment:[Hinsdale Magicolor 2300]


any combination of the getdriver returns:

rpcclient $ getdriver ccc-tosh35
Error opening printer handle for \\.\ccc-tosh35!
result was WERR_INVALID_PRINTER_NAME
rpcclient $ getdriver \\prupref-print\ccc-tosh35
Error opening printer handle for \\.\\\prupref-print\ccc-tosh35!
result was WERR_INVALID_PRINTER_NAME



also enumdrivers:

rpcclient $ enumdrivers
result was WERR_UNKNOWN_PRINTER_DRIVER

--

finally - if I were to even get the getdriver to work, how would I
disassociate the driver with the printer so:

rpcclient $ deldriver magicolor 2300 DL
Failed to remove driver magicolor 2300 DL for arch [Windows NT x86] -
error 0xbb9!
Failed to remove driver magicolor 2300 DL for arch [Windows NT x86] -
error 0xbb9!
result was WERR_UNKNOWN_PRINTER_DRIVER






-- 
--
please respond to the list .. if you need to contact me direct
cgmckeever is the account
prupref.com is the domain

A href=http://www.prupref.com;Simply Chicago Real Estate/A
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


Re: [Samba] [[ CD Server ]]

2005-01-25 Thread Chris McKeever
On Tue, 25 Jan 2005 12:27:32 -0200, Felipe Augusto van de Wiel
[EMAIL PROTECTED] wrote:


 
 I'm facing problems with the umount feature. I
 already try two approaches.
 
 1) Using preexec and postexec to mount and umount CD
 2) Using automount
 
 (1) works really fine, but in some workstations,
 specially 98 and 2k, the SAMBA doesn't umount the CD. It
 looks like that the client didn't report that the share
 is not in use anymore, in other words, looks like that
 the client didn't free the share. I have to logoff or
 wait very long to umount it.
 
 (2) is kind of complicated because of the expire
 time to umount.

I am using this for a media machine (memory cards, cd-drive, etc) -
using the automount feature, as soon as you close the windows explorer
window, it unmounts -

/etc/sysconfig/autofs:

AUTOFS_OPTIONS=--timeout=1

there was a great howto somewhere that I can not seem to find at the moment - 


 
 I would like help to fine tunning SAMBA or to
 discover some secret windows registry key that allow me
 to change how it free the share (some kind of expire
 or delay).
 
 Thanks in advance.
 
 --
 //
 // Felipe Augusto van de Wiel [EMAIL PROTECTED]
 // CTI/Suporte - SEDU/PARANACIDADE
 // http://www.paranacidade.org.br/
 //
 --
 To unsubscribe from this list go to the following URL and read the
 instructions:  https://lists.samba.org/mailman/listinfo/samba
 


-- 
--
please respond to the list .. if you need to contact me direct
cgmckeever is the account
prupref.com is the domain

A href=http://www.prupref.com;Simply Chicago Real Estate/A
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


[Samba] Re: commit changes to removable media + error copying

2004-10-04 Thread Chris McKeever
I have found this: 
http://uranus.it.swin.edu.au/~jn/linux/automount.htm

but still in the dark to resolving this -- thanks


On Sun, 3 Oct 2004 13:26:46 -0500, Chris McKeever [EMAIL PROTECTED] wrote:
 SAMBA 2.2.8A
 
 I am automounting a 6-in-1 smartmedia reader such as:
 
 /etc/auto..master
 /mnt/auto   /etc/auto.misc  --timeout=1
 
 /etc/auto.misc
 carda  -fstype=msdos,rw,nosuid,nodev,umask=000 :/dev/sda1
 
 I am also making that a samba share:
 
 [card_a]
comment = Removable Card Media
path = /mnt/auto/carda
browseable = yes
public = no
read only = no
oplocks = no
level2 oplocks = no
force directory mode = 0777
create mask = 777
force group = domain-users
 
 When browsing to the directory, it will automount and display the
 files.  I can update/delete/change the files.  However, in order for
 the changes to commit, I need to browse away from share for the
 timeout period (1 second) or leave the card in the reader for about a
 minute.  Is there a way to have the changes commit so it could be more
 transparent to the end user??
 
 also - if I try to copy the file (control-c/control-v) I receive the
 error message:
 
 cannot copy FILENAME: invalid file handle
 
 The only log files I see are:
 [2004/10/03 13:23:50, 0] smbd/fileio.c:seek_file(42)
  seek_file: (64mb.mp3) sys_lseek failed. Error was Invalid argument
 
 but it doesnt necessarily coincide with the times I try to do the cut-n-paste
 
 however, if I copy between two different cards in the reader (CF-SD)
 then it works fine
 
 Thanks in advance
 
 Chris

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Re: commit changes to removable media + error copying

2004-10-04 Thread Chris McKeever
On Sun, 3 Oct 2004 13:26:46 -0500, Chris McKeever [EMAIL PROTECTED] wrote:
 SAMBA 2.2.8A
 
 I am automounting a 6-in-1 smartmedia reader such as:
 
 /etc/auto..master
 /mnt/auto   /etc/auto.misc  --timeout=1
 
 /etc/auto.misc
 carda  -fstype=msdos,rw,nosuid,nodev,umask=000 :/dev/sda1
 
 I am also making that a samba share:
 
 [card_a]
comment = Removable Card Media
path = /mnt/auto/carda
browseable = yes
public = no
read only = no
oplocks = no
level2 oplocks = no
force directory mode = 0777
create mask = 777
force group = domain-users
 
 When browsing to the directory, it will automount and display the
 files.  I can update/delete/change the files.  However, in order for
 the changes to commit, I need to browse away from share for the
 timeout period (1 second) or leave the card in the reader for about a
 minute.  Is there a way to have the changes commit so it could be more
 transparent to the end user??
 
 also - if I try to copy the file (control-c/control-v) I receive the
 error message:
 
 cannot copy FILENAME: invalid file handle

this was an issue withthe cards being formatted msdos rather than
vfat, that fixed that problem - now if I can figure out how to commit
the changes to the mounted system quicker --




 
 The only log files I see are:
 [2004/10/03 13:23:50, 0] smbd/fileio.c:seek_file(42)
  seek_file: (64mb.mp3) sys_lseek failed. Error was Invalid argument
 
 but it doesnt necessarily coincide with the times I try to do the cut-n-paste
 
 however, if I copy between two different cards in the reader (CF-SD)
 then it works fine
 
 Thanks in advance
 
 Chris

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] commit changes to removable media + error copying

2004-10-04 Thread Chris McKeever
On Mon, 04 Oct 2004 23:26:59 +0200, Holger Krull [EMAIL PROTECTED] wrote:
 
  minute.  Is there a way to have the changes commit so it could be more
  transparent to the end user??
 
 
 I don't know exactly, but maybe this is the usual bdflush write behind
 time, if you are on linux.
 Parameters may vary with kernel. On 2.4 i use
 echo 40 2048 0 0 100 600 60 20  /proc/sys/vm/bdflush
 to reduce write cache age time to 6 seconds.
 

Thanks Holger - gave it a shot still wont commit the changes until I
close out the explorer window or move off the share -- just wondering
how people handle this with samba shared floppies and other removable
mediaso close, yet not

thanks
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] commit changes to removable media + error copying

2004-10-03 Thread Chris McKeever
SAMBA 2.2.8A

I am automounting a 6-in-1 smartmedia reader such as:

/etc/auto..master
/mnt/auto   /etc/auto.misc  --timeout=1

/etc/auto.misc
carda  -fstype=msdos,rw,nosuid,nodev,umask=000 :/dev/sda1

I am also making that a samba share:

[card_a]
comment = Removable Card Media
path = /mnt/auto/carda
browseable = yes
public = no
read only = no
oplocks = no
level2 oplocks = no
force directory mode = 0777
create mask = 777
force group = domain-users

When browsing to the directory, it will automount and display the
files.  I can update/delete/change the files.  However, in order for
the changes to commit, I need to browse away from share for the
timeout period (1 second) or leave the card in the reader for about a
minute.  Is there a way to have the changes commit so it could be more
transparent to the end user??

also - if I try to copy the file (control-c/control-v) I receive the
error message:

cannot copy FILENAME: invalid file handle

The only log files I see are:
[2004/10/03 13:23:50, 0] smbd/fileio.c:seek_file(42)
  seek_file: (64mb.mp3) sys_lseek failed. Error was Invalid argument

but it doesnt necessarily coincide with the times I try to do the cut-n-paste

however, if I copy between two different cards in the reader (CF-SD)
then it works fine

Thanks in advance

Chris
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Which distribution to rollout

2004-09-23 Thread Chris McKeever
we are running an older version of RH (7.3) - and I am getting
concerned that I may need to migrate off of it - but I dont know what
I should move to.  Trying to formulate ideas before it becomes a 'got
to do it now' scenario.

I have some reservations about fedora - I just dont know how stable it
is for a production server (our services are mainly
samba/ldap/ntp/ssh/rsync/clamav) - we have about 15 samba servers in
production currently.

RHEL - well - the cost is a factor

gentoo - takes to long to deploy

Mandrake 10?

What are some of the samba users recommendations?

thanks
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Folder Permissions

2004-09-21 Thread Chris McKeever
On Tue, 21 Sep 2004 15:09:29 -0600, Travis Bullock [EMAIL PROTECTED] wrote:
 Hi,
 
 I have Samba up and running as well as winbind.  I have ran some tests to
 confirm that yes indeed winbind is able to query the Windows NT 4.0 PDC for
 user/group/password information.
 
 However I am having difficulty understanding how to set shares up in samba
 so that I can apply permissions to them using my Windows user information
 rather than creating each user on samba with the same password as windows
 etc etc.  I thought winbind was supposed to eliminate this requirement and
 because the winbind daemon is able to successfully query the PDC I am
 surprised that it has not.
 
 When I try and access the share from a Windows client I get an Access
 Denied error.
 
 I have read through the Official HOW-TO but am still stumped on how to
 properly apply permissions to a samba share.



first you need to set the LINUX permissions - I typically either make
it readable by everyone (and then control access by smb.conf) or I set
it to the correct user a/o group

then you can control who can get into the shares VIA smb.conf

what are your linux permissions on the folder?

NOTE: I am using 2.2.8a - so your mileage may vary
 
 Please help.
 
 Cheers,
 
 Travis
 --
 To unsubscribe from this list go to the following URL and read the
 instructions:  http://lists.samba.org/mailman/listinfo/samba

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Folder Permissions

2004-09-21 Thread Chris McKeever
On Tue, 21 Sep 2004 15:27:50 -0600, Travis Bullock [EMAIL PROTECTED] wrote:
 Thanks for the tip.
 
 A couple more issues.  How do I query samba to see which version it is
 running?

if you installed from RPM - rpm -qa | grep samba
if you installed from source - locate samba   (then it should tell you a bunch)
I think you can also look at log.smdb or log.nmdb
and I am sure I made this the hardest possible - there is probably
someting liek smb --version


 
 Also I understand the concept of chmod to reset permisssions on linux
 folders but if I were to execute such a command to a folder I intend to
 share with a Windows Domain, how do I specify Windows users and groups in
 the chmod command when those users and groups aren't really established
 within linux but merely queried from the PDC?

man chgrp
man chown

one of the two (or both) you can chown user.group FILENAME
and it handles both changes

if you getent passwd or getent group , doesnt it show all your NT users?

I did winbind once (way back when) and I believe set up properly,
linux sees the groups/users


 
 Thanks dude.
 
 Travis
 
 
 
 -Original Message-
 From: Chris McKeever [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, September 21, 2004 3:12 PM
 To: Travis Bullock
 Subject: Re: [Samba] Folder Permissions
 
 On Tue, 21 Sep 2004 15:09:29 -0600, Travis Bullock [EMAIL PROTECTED]
 wrote:
  Hi,
 
  I have Samba up and running as well as winbind.  I have ran some tests to
  confirm that yes indeed winbind is able to query the Windows NT 4.0 PDC
 for
  user/group/password information.
 
  However I am having difficulty understanding how to set shares up in samba
  so that I can apply permissions to them using my Windows user information
  rather than creating each user on samba with the same password as windows
  etc etc.  I thought winbind was supposed to eliminate this requirement and
  because the winbind daemon is able to successfully query the PDC I am
  surprised that it has not.
 
  When I try and access the share from a Windows client I get an Access
  Denied error.
 
  I have read through the Official HOW-TO but am still stumped on how to
  properly apply permissions to a samba share.
 
 first you need to set the LINUX permissions - I typically either make
 it readable by everyone (and then control access by smb.conf) or I set
 it to the correct user a/o group
 
 then you can control who can get into the shares VIA smb.conf
 
 what are your linux permissions on the folder?
 
 NOTE: I am using 2.2.8a - so your mileage may vary
 
 
  Please help.
 
  Cheers,
 
  Travis
  --
  To unsubscribe from this list go to the following URL and read the
  instructions:  http://lists.samba.org/mailman/listinfo/samba
 
 

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Re: Migrate BACK to WINDOWS - Talk me out of it QUICK

2004-09-18 Thread Chris McKeever
we have a semi-unique environment (or at least I think we do) - where
out of 150 workstations (spread across 11 branches) - only about 20 of
those are actually ever used by the same person day-to-day.  The rest
are shared workstations.

A coule years back this was a nightmare to manage.   the users are the
most computer literate, and would wrench the machines.  So we rolled
out secured machines using DEEPFREEZE .. That stabilized the
environment quite well.

However, windows 98 can only exist so long (right?) - so management
made a big push to get everything up to XP  .. This turned out to be a
management nightmare becuase of the patches - etc.  -- They dont alos
quite understand that upgrading is a never ending battle - and costly
with the way MS does it ---

Then came along the idea for thin clients -- which is what we are
beta'ing with the local termservs (w2k) right now - using THINSTATION
as the clients.  So far they are working great.

As I said, the next move would be to go central - I feel citrix maybe
a little overkill for us - but the load balance and redundancy is far
superb.  I will just have to see where it goes..who knows in a few
months, we may just be moving back to stand alone workstations because
this solution proved illogical --

thanks for all the input - made some decisions a lot easier!


On Sat, 18 Sep 2004 12:34:02 +0200, rruegner [EMAIL PROTECTED] wrote:
 Hi,
 citrix is the solution of many professional companies to solve such
 Problems, its expensive but it works nice.
 Regards
 
 Chris Tepaske schrieb:
 
 
 
  Sound like you are going for a complete Thin client solution, have you
  thought about Citrix then, expensive but it will give you some redundancy
  through server load balancing and also will allow to manage the thin
  environment better. Bandwidth utilization is much improved with the Citrix
  ICA protocol typically 22K if sound is enabled compared to 64K for the
  Microsoft RDP protocol.
 
  Cheers
 
  Chris Tepaske
 
  -Original Message-
  From: Chris McKeever [mailto:[EMAIL PROTECTED]
  Sent: Saturday, 18 September 2004 3:08 PM
  To: Chris Tepaske
  Cc: Dragan Krnic; rruegner; [EMAIL PROTECTED]
  Subject: Re: [Samba] Re: Migrate BACK to WINDOWS - Talk me out of it QUICK
 
  I did some tests playing with a centralized termserv  and pulling
  large documents to it, and printing large documents across the WAN ...
  well, in general if I pulled a 100MB TIF it took about 20 minutes, it
  then took about 3 minutes to print and spoll (all going back and forth
  over a congested 1/2 T-1)
 
  So - what I think I am going to attempt is to completely revamp my
  network from the core up -- right now we are running full t-1's point
  to point (hub and spoke) 1/2 data 1/2 digital voice .. for the time
  being, I am going to roll some generic W2K servers to a coulpe
  branches to see if the thin client concept will work...
 
  If that pans out (which means ultimately I will reduce workstation
  maintenance by 10 fold) I will begin to switch each location to a VOIP
  solution, change to a 3Mbit DSL and VPN everything to the central
  location - and cut the p2p T1.  At the central location I will roll
  out a huge central file server as well as a central W2K3 termserv
 
  This would reduce network administration drastically.  The one catch I
  forsee is that some laptop users will want access to their files - I
  am going to think that the 3Mbit will handle most traffic relatively
  well
 
  Outside of almost every computer relying on the central TERMSERV - I
  think it is a pretty good solution .. I would most likely keep a
  single XP workstation at each location to handle scanning and some
  other small little items
 
  Anyone see any major snafu's with this - outside of the large project
  .. I dont have to roll out TERMSERVs to every location and I get to
  maintain the samba backend (unfortunately its roll dimishes to print
  servers)
 
 
  On Thu, 16 Sep 2004 10:34:53 +1000, Chris Tepaske [EMAIL PROTECTED]
  wrote:
 
 So what are you thinking? reinstall your remote servers with MS Terminal
 servers instead of Samba I'm assuming that each Samba server is DC and
 authenticated users. If this assumption is correct then you would want the
 terminal server installed as a DC? right. Well this sort of config is
 possible but it is certainly not recommended. You could possible exposing
 the SAM or the AD to the use base a major security hole, and depending on
 how may users you are authenticating you could be putting major strain on
 the server and impacting on performance. In fact you will need to make
 policy changes on your terminal servers to allow users to logon look at
 
  the
 
 following MS article
 (http://support.microsoft.com/default.aspx?scid=kb;en-us;247989) basically
 depending on user base at remote sites you would more than likely always
 have some sort of DC; Samba or Microsoft plus any application server
 required i.e. a  terminal server. Basic network design

Re: [Samba] Re: Migrate BACK to WINDOWS - Talk me out of it QUICK

2004-09-17 Thread Chris McKeever
I did some tests playing with a centralized termserv  and pulling
large documents to it, and printing large documents across the WAN ...
well, in general if I pulled a 100MB TIF it took about 20 minutes, it
then took about 3 minutes to print and spoll (all going back and forth
over a congested 1/2 T-1)

So - what I think I am going to attempt is to completely revamp my
network from the core up -- right now we are running full t-1's point
to point (hub and spoke) 1/2 data 1/2 digital voice .. for the time
being, I am going to roll some generic W2K servers to a coulpe
branches to see if the thin client concept will work...

If that pans out (which means ultimately I will reduce workstation
maintenance by 10 fold) I will begin to switch each location to a VOIP
solution, change to a 3Mbit DSL and VPN everything to the central
location - and cut the p2p T1.  At the central location I will roll
out a huge central file server as well as a central W2K3 termserv

This would reduce network administration drastically.  The one catch I
forsee is that some laptop users will want access to their files - I
am going to think that the 3Mbit will handle most traffic relatively
well

Outside of almost every computer relying on the central TERMSERV - I
think it is a pretty good solution .. I would most likely keep a
single XP workstation at each location to handle scanning and some
other small little items

Anyone see any major snafu's with this - outside of the large project
.. I dont have to roll out TERMSERVs to every location and I get to
maintain the samba backend (unfortunately its roll dimishes to print
servers)


On Thu, 16 Sep 2004 10:34:53 +1000, Chris Tepaske [EMAIL PROTECTED] wrote:
 So what are you thinking? reinstall your remote servers with MS Terminal
 servers instead of Samba I'm assuming that each Samba server is DC and
 authenticated users. If this assumption is correct then you would want the
 terminal server installed as a DC? right. Well this sort of config is
 possible but it is certainly not recommended. You could possible exposing
 the SAM or the AD to the use base a major security hole, and depending on
 how may users you are authenticating you could be putting major strain on
 the server and impacting on performance. In fact you will need to make
 policy changes on your terminal servers to allow users to logon look at the
 following MS article
 (http://support.microsoft.com/default.aspx?scid=kb;en-us;247989) basically
 depending on user base at remote sites you would more than likely always
 have some sort of DC; Samba or Microsoft plus any application server
 required i.e. a  terminal server. Basic network design always says limit
 network/authentication traffic over WAN links if you want happy users.
 
 Cheers
 
 Chris Tepaske
 
 
 
 -Original Message-
 From: Dragan Krnic [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, September 15, 2004 11:03 PM
 To: rruegner
 Cc: [EMAIL PROTECTED]
 Subject: [Samba] Re: Migrate BACK to WINDOWS - Talk me out of it QUICK
 
 If you can't be more specific than
 
Combine whatever is fitting best to your need and the users needs,
 
 I don't see what your point is.
 
  i see no problem to have
  different kinds of servers in one Network, if it makes sense from the
  desired needs, i have serveral Terminal servers and a samba pdc, in
  different offices and locations.
  I would warn to make a pseudo religios discussion out of that.
  Combine whatever is fitting best to your and the users needs.
  for file services i would preffer samba ever.
 
  I think I'm clear about what this young Jedi knight is asking. His
  conundrum is that he'll end up with way too many servers if he
  implements both a Windows Terminal Server and a Samba file and
  printer server on separate machines. Centralizing the Terminal Server
  on a big machine would entail dramatic traffic load on his thin 1/2
  T-1 wire, even if he leaves one Samba server on each site for files
  and printing. So basically he asks: Does it not make more sense to
  just add file and print services to the MS Windows Terminal Servers ?
 
  And the answer is: Of course, it doesnt!
  You don't wanna be on the wrong side of the Force, do you, Chris?
 
  The way I see it, Chris should put his w2k3 in a vmware sandbox on
  his quad opteron samba server, ideally. Then install some NX magic
  and live happily ever after, with one central Samba server, (+
  stand-by) subleting a couple of w2k3 avatars under vmware. Or vice
  versa.
 
  Let the Force be with you,
  Yoda
 
 
 sorry but i am not clear what is your Question?
 
 
 Not thinking about migrating back due to issues, it is more due to
 implementation needs and a little situation I have been wrestling
 with for a bit now, and would love some feedback
 
 First a little history:
 
 We currently have 10 locations connected via a dedicated 1/2 T-1.
 Last year I migrated from a WINNT domain to a Samba/LDAP domain. It
 has been running great. Basically did this for 

Re: [Samba] Re: Migrate BACK to WINDOWS - Talk me out of it QUICK

2004-09-15 Thread Chris McKeever
On Wed, 15 Sep 2004 14:34:24 +0100, Simon Hobson
[EMAIL PROTECTED] wrote:
 Dragan Krnic wrote:
 I think I'm clear about what this young Jedi knight
 is asking. His conundrum is that he'll end up with
 way too many servers if he implements both a Windows
 Terminal Server and a Samba file and printer server
 on separate machines.

I think Dragan and Simon summarized what I was looking for extremely well. 

 
 That's how I read it too. Does he keep his 10 Samba servers and add
 another 10 Windows servers to do terminal services, or does he put
 his file and print services on the same Windows servers and only have
 10 servers to manage ?
 
 I suppose a few things for him to think about would be :
 
 1) Does he intend separating File/print services from Terminal
 services (for performance reasons ?) in the future ? If so, then it
 would make sense to leave the file/print servers that are already
 there as they are rather than migrate them to the one server and
 separate them out again later.

I think - if there are to be tsrvs in each location - then the
integration of that and file/print would stay assuming they were never
merged to start with .. I havent yet run any benchmarks to see how
long files take to print over the network

 
 2) Are there any specific management benefits either way ? It's not
 so much are 10 servers easier to manage than 20 but is a group of
 Windows servers easier to manage than a group of Windows servers plus
 a group of Linux/Samba servers. This is very much down to the
 experience of the individual/team, but I would guess that since they
 already have these servers then they are probably also comfortable
 with administering them.


What it does is alleviate the need to administer workstations, since
they will all be thin clients.  So in essence, for each terminal
server I roll, I take away 5-7 XP workstations.  Thus reducing my
adminisering to a single box that has been semi-designed for remote
administration

What that ad though is that if the remote TSRV goes down I am semi
screwed, I will have a backup central one that I can easily deploy the
thin clients into


 
 3) Are there any performance/reliability/capacity issues with the
 existing servers ? If so then it may work out cheaper to spec the new
 servers to handle both roles than it is to upgrade/replace the
 existing hardware.

samba servers are working termendously - and although are older
machines, are handling the load without hiccup

 
 4) What is your budget, and what are the relative costs ? Does the
 per-user Terminal Services licence cover the file and print services
 when the user is using only the terminal services ? If so then there
 is minimal cost to combine the two services. On the other hand, if
 you have to add File/Print client licences then this could add up to
 a fair wad of cash.

thats where M$ bites you - in order to use TSRV you need file/print
CALS as well - the way they put it is that a standard CAL is for
authentication (this covers file/print), a T-CAL is for using terminal
services

 
 5) Other than File/Print services, are there any other reasons for
 keeping a Linux server on site ? 

necuase the linux boxes are a joy to administer - a windows controlled
domain is not as much

Eg, do you want to run the ISC DHCP
 server (no Windows version I believe), or will the MS DHCP server do
 you ?
 

we dont do too much crazy with dhcp, so vaniall either way


 Just a few things to ponder over. But at the end of the day, everyone
 has to make a decision on what works for them - and leaving
 'religious fervour' out of it, we can't answer it for him.
 
 Simon
 
 --
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Re: Migrate BACK to WINDOWS - Talk me out of it QUICK

2004-09-15 Thread Chris McKeever
On Wed, 15 Sep 2004 05:58:14 -0500, Dragan Krnic [EMAIL PROTECTED] wrote:
 I think I'm clear about what this young Jedi knight
 is asking. His conundrum is that he'll end up with
 way too many servers if he implements both a Windows
 Terminal Server and a Samba file and printer server
 on separate machines. Centralizing the Terminal Server
 on a big machine would entail dramatic traffic load on
 his thin 1/2 T-1 wire, even if he leaves one Samba
 server on each site for files and printing. So basically
 he asks: Does it not make more sense to just add file
 and print services to the MS Windows Terminal Servers ?
 
 And the answer is: Of course, it doesnt!
 You don't wanna be on the wrong side of the Force,
 do you, Chris?
 

but it is quicker - easier !! actually it is neither .. and we
definately know it isnt more powerful

 The way I see it, Chris should put his w2k3 in a
 vmware sandbox on his quad opteron samba server,
 ideally. Then install some NX magic and live
 happily ever after, with one central Samba server,
 (+ stand-by) subleting a couple of w2k3 avatars
 under vmware. Or vice versa.
 

I have reservations running production environments in VM sandboxes -
have no experience either way - it just sounds bleeding
edgealthough that recommendation does sound intriquing, it will be
a network traffic nightmare for print jobs

one other key point I forgot to mention is that at the remote sites,
there are laptop users..so if they come in a need a file, having it
local is key - keeping in mind we are running data over a 1/2 T-1

thanks for all the feedback thus far





 Let the Force be with you,
 Yoda
 
  sorry but i am not clear what is your Question?
 
  Not thinking about migrating back due to issues,
  it is more due to implementation needs and a little
  situation I have been wrestling with for a bit now,
  and would love some feedback
 
  First a little history:
 
  We currently have 10 locations connected via a
  dedicated 1/2 T-1. Last year I migrated from a
  WINNT domain to a Samba/LDAP domain. It has been
  running great. Basically did this for license
  reasons as well as reduced administrative horror.
 
  NOW:
 
  We have just started to roll out Thinstation
  thin-clients  that are connecting to Win TSRV servers.
  What is being planned is 1 Terminal Server per location.
  This will significantly reduce the adminstrative
  nightmare on multiple Windows boxes and centralize it.
  However, this is where I start to feel that I am having
  too many servers per location, seeing that the windows
  server could do what the Samba server is doing,
  I am in debate about moving back to windows
  (I have will need to licenses and boxes there anyhows)
 
  One other option is just ot house a ginormous WIN-TSRV
  at the central location. However, I am afraid of issues
  with printing back to the remote locations
  (pushing large files through the 1/2 T-1 to print).
  
  A Another option is to remove the samba servers from the
 
 
  remote location, and just have a samba PDC with
  authenticating windows tsrv machines. - I dont like this
  option for some reason
 
  I really dont want to move away from the SAMBA backend,
  but at the same time dont want to stay with it just because
  I 'like it' and I 'want to'. So I am looking for
  discussion/arguements as to why I should stay with the
  Samba server and a win-tsrv server, as opposed to
  just moving to a MS backend.
 
  Please Obi-won Kenobi, you are our only help! thanks

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Migrate BACK to WINDOWS - Talk me out of it QUICK

2004-09-13 Thread Chris McKeever
Not thinking about migrating back due to issues, it is more due to
implementation needs and a little situation I have been wrestling with
with for a bit now, and would love some feedback

First a little history:

We currently have 10 locations connected via a dedicated 1/2 T-1. 
Last year I migrated from a WINNT domain to a Samba/LDAP domain.  It
has been running great.  Basically did this for license reasons as
well as reduced administrative horror.

NOW:

We have just started to roll out Thinstation thin-clients  that are
connecting to Win TSRV servers.  What is being planned is 1 Terminal
Server per location.  This will significantly reduce the adminstrative
nightmare on multiple Windows boxes and centralize it.  However, this
is where I start to feel that I am having too many servers per
location, seeing that the windows server could do what the Samba
server is doing, I am in debate about moving back to windows (I have
will need to licenses and boxes there anyhows)

One other option is just ot house a ginormous WIN-TSRV at the central
location.  However, I am afraid of issues with printing back to the
remote locations (pushing large files through the 1/2 T-1 to print).

Another option is to remove the samba servers from the remote
location, and just have a samba PDC with authenticating windows tsrv
machines. - I dont like this option for some reason

I really dont want to move away from the SAMBA backend, but at the
same time dont want to stay with it just because I 'like it' and I
'want to'.  So I am looking for discussion/arguements as to why I
should stay with the Samba server and a win-tsrv server, as opposed to
just moving to a MS backend.

Please Obi-won Kenobi, you are our only help! thanks
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Re: failing to print 'point-n-print'

2004-09-12 Thread Chris McKeever
UPDATE:

I used a different driver and it worked out well - not sure what was
goofy with that driver - but it is working now


On Sat, 11 Sep 2004 03:25:13 -0500, Chris McKeever [EMAIL PROTECTED] wrote:
 Samba 3.0.6
 
 I have successfully gotten other printers to work using the
 'point-n-click' method for downloadable drivers.  However, playing
 with one printer leads to failed results.
 
 I have created the CUPS port/printer, added it to samba and then used
 the Windows APW to upload the drivers.  After upload, the print
 properties windows readjusts for the new printer options - I have
 checked the print$ directory on the samba box and the files are there
 - and doing an enumprinters displays the uploaded driver associated
 with the correct printer.
 
 I am able to right click 'connect' - but when I print a test page -
 windows pops a message 'test page failed to print' .. I also get an
 error message when trying to print from an application (ie WORD)
 
 The printer is a TOSHIBA studio 35 - and I am using the vendor
 drivers.  If I try it using the PPD/ADOBE method - it works fine
 
 If someone would like to test the driver, it can be downloaded from:
 http://copiers.toshiba.com/support/drivers/GL-1010v2.shtml
 
 Any suggestions would be appreciated - thanks
 
 chris

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Re: PRINTER share not appearing

2004-09-12 Thread Chris McKeever
UPDATE:

This was a windows ERROR - somehow during one of the DRIVER UPLOADS -
the print spooler service must have taken a hit - after a reboot,
everything worked accordingly - other than the horking around I did
with the SAMBA box --



On Tue, 7 Sep 2004 09:00:18 -0500, Chris McKeever [EMAIL PROTECTED] wrote:
 I was doing good - getting close to rolling out a point-n-print
 samba/cups server when while uploading a driver file, I got some
 random windows error about the PRINT SUSBYSTEM was not available.
 After reconnecting to the samba server, the PRINTER share was gone.
 Uninstall the SAMBA RPM and re-install yielded nothing.  I cant figure
 out what happened to it.
 
 any ideas?

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Re: CUPS Print Quality -- WAS -- UPDATE Where are the ADOBE PS Drivers?

2004-09-12 Thread Chris McKeever
On Fri, 10 Sep 2004 11:00:55 -0500, Gerald (Jerry) Carter
[EMAIL PROTECTED] wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Chris McKeever wrote:
 
 | I dont think that you can push the client a new
 | PPD by changing it on the server .. it gets downloaded
 | to the client on the first connection.  I dont think
 | it looks back into the print$ directory -- I
 | think it pulls defaults/etc from the .TDB database
 | files and that about the most of the interaction it
 | has with the server till it spools the job to it --
 | but your idea below I find quite interesting
 | regarding a generic PPD
 
 The client should update it's local cache of printer
 information (registry keys, devmode, etc...) and the
 driver file when:
 
 (a) the change_id timestamp on the printer changes, and
 (b) the timestamp on the new ppd file is newer than the
 old file.
 

I confirmed it - works nice, change the PPD, rerun CUPSADDSMB and the
client machine is them driver independent for printing when using
CUPS/ADOBE PS DRIVER/PPD method




 cheers, jerry
 - -
 Alleviating the pain of Windows(tm)  --- http://www.samba.org
 GnuPG Key- http://www.plainjoe.org/gpg_public.asc
 If we're adding to the noise, turn off this song--Switchfoot (2003)
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.2.4 (GNU/Linux)
 Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
 
 iD8DBQFBQc+3IR7qMdg1EfYRAvdCAJ4kHSt3FQzXzflfZAEGG2N5pb3dHwCeL9Kl
 Zs0XKPBVjq14vgD+hkV7SSA=
 =+iKh
 -END PGP SIGNATURE-

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] failing to print 'point-n-print'

2004-09-11 Thread Chris McKeever
Samba 3.0.6

I have successfully gotten other printers to work using the
'point-n-click' method for downloadable drivers.  However, playing
with one printer leads to failed results.

I have created the CUPS port/printer, added it to samba and then used
the Windows APW to upload the drivers.  After upload, the print
properties windows readjusts for the new printer options - I have
checked the print$ directory on the samba box and the files are there
- and doing an enumprinters displays the uploaded driver associated
with the correct printer.

I am able to right click 'connect' - but when I print a test page -
windows pops a message 'test page failed to print' .. I also get an
error message when trying to print from an application (ie WORD)

The printer is a TOSHIBA studio 35 - and I am using the vendor
drivers.  If I try it using the PPD/ADOBE method - it works fine

If someone would like to test the driver, it can be downloaded from:
http://copiers.toshiba.com/support/drivers/GL-1010v2.shtml

Any suggestions would be appreciated - thanks

chris
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Re: CUPS Print Quality -- WAS -- UPDATE Where are the ADOBE PS Drivers?

2004-09-10 Thread Chris McKeever
n Fri, 10 Sep 2004 09:52:34 +0100, Simon Hobson
[EMAIL PROTECTED] wrote:
 Chris McKeever wrote:

 
 The reason I ask, was that I thought (for some reason) that the CUPS
 processing made the windows client driver independent - but if the
 windows client uses the PPD - then I am thinking that I was mistaken
 
 
 The first step (as far as Samba printing is concerned), if not
 already feeding it the right format, is to pre-process the input file
 to extract device specific options and convert them to Cups
 parameters and generate a device-independent Postscript file.
 
 It selects a set of conversion filters, typically using Ghostscript
 to generate a bitmap image and then encode this into the printers
 native format.
 
 
 If properly configured, there is no reason that Cups should not be
 able to produce output as good as any other driver. The quality you
 actually get will largely depend on the settings (particularly
 resolution and colour depth) for the PS to bitmap conversion, plus an
 element of how well the device dependent filter converts the
 resulting bitmap to the printers native format.
 

I believe in my tests, it was becausae I was going to a non PS printer
using the generic HPLJ PPD -- and unfortunately, both the PPD's I
tested using the ppd test script failed

  From the above, you can prbably imagine that if you use a generic
 PPD, you can use the same driver and PPD for all printers, but you
 won't get access to all the facilities available on a printer. If you
 stick with the Adobe PS drivers, then you can use the same driver for
 all printers, only the PPD is different.
 

So - the PPD controls the print options - therefore driver
independence isnt fully achievable since you need the printer specific
PPD (if you want to be able to set printer specific information per
job)

from the howto:

A postscript file that was created to contain device-specific ommands
for achieving a certain print job output on a specific target machine,
may not print as expectd, or may not be printable at all on other
models

Now what would be nice (and who knows if at all possible) - if there
was a generic CUPS PPD, which gave general print options
(duplex/punched) -- when sent from windows into the cups spooled, cups
could extract what the client requested, use the PPD of the vendor to
ensure what was requested is available, recreated the PS file and send
it to the printer.  With this, the client could be completely
driver/ppd independent

from the howto:

for real PS printers, DO NOT use the foomatic PPD's.  The original
vendor PPD's are always first choice

Thanks for the information - if I am still off, I apologize


 Simon
 
 --
 Simon Hobson MA MIEE, Technology Specialist
 Colony Gift Corporation Limited
 Lindal in Furness, Ulverston, Cumbria, LA12 0LD
 Tel 01229 461100, Fax 01229 461101
 
 Registered in England No. 1499611
 Regd. Office : 100 New Bridge Street, London, EC4V 6JA.
 --
 To unsubscribe from this list go to the following URL and read the
 instructions:  http://lists.samba.org/mailman/listinfo/samba

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Re: CUPS Print Quality -- WAS -- UPDATE Where are the ADOBE PS Drivers?

2004-09-10 Thread Chris McKeever
On Fri, 10 Sep 2004 14:45:08 +0100, Simon Hobson
[EMAIL PROTECTED] wrote:
 Chris McKeever wrote:
 
 So - the PPD controls the print options - therefore driver
 independence isnt fully achievable since you need the printer specific
 PPD (if you want to be able to set printer specific information per
 job)
 
 Yes, that is true. What I am not sure about as I've not done the
 testing to support it, is whether just changing the PPD and
 re-running cupsaddsmb will result in the client getting the new ppd
 installed (our login script maps the printers on this site). If it
 does then swapping out a printer should be as simple as changing the
 ppd on the server.

I dont think that you can push the client a new PPD by changing it on
the server .. it gets downloaded to the client on the first
connection.  I dont think it looks back into the print$ directory -- I
think it pulls defaults/etc from the .TDB database files and that
about the most of the interaction it has with the server till it
spools the job to it -- but your idea below I find quite interesting
regarding a generic PPD

 
 One of the things about Postscript is that it tends to degrade
 reasonably well. I'm fairly confident that in most cases you could
 send a file that (for example) requests duplex printing to a printer
 without that feature and it will still print (but without the duplex
 of course).
 
 Now what would be nice (and who knows if at all possible) - if there
 was a generic CUPS PPD, which gave general print options
 (duplex/punched) -- when sent from windows into the cups spooled, cups
 could extract what the client requested, use the PPD of the vendor to
 ensure what was requested is available, recreated the PS file and send
 it to the printer.  With this, the client could be completely
 driver/ppd independent
 
 
 You could roll your own !
 
 I don't know if you've looked at the contents of a ppd, but they tend
 to be fairly easy to understand (if a bit large for a complex
 printer). If you started with a complex printer ppd and stripped out
 the bits you don't need then you could end up with something that
 would just have the features you want, and I think you would probably
 find the output reasonably portable.

I have tried 3 of my PPD's all failed the testppd.php script ---
figures...but I said this before, striving for driver independence on
the client may be a 'holy grail quest'.


 
 
 
 
 --
 Simon Hobson MA MIEE, Technology Specialist
 Colony Gift Corporation Limited
 Lindal in Furness, Ulverston, Cumbria, LA12 0LD
 Tel 01229 461100, Fax 01229 461101
 
 Registered in England No. 1499611
 Regd. Office : 100 New Bridge Street, London, EC4V 6JA.
 --
 To unsubscribe from this list go to the following URL and read the
 instructions:  http://lists.samba.org/mailman/listinfo/samba

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] CUPS Print Quality -- WAS -- UPDATE Where are the ADOBE PS Drivers?

2004-09-09 Thread Chris McKeever
On Thu, 09 Sep 2004 08:29:52 -0400, Sean Millichamp [EMAIL PROTECTED] wrote:
 On Wed, 2004-09-08 at 20:49, Michael Lueck wrote:
  Sean E. Millichamp wrote:

Sean - it sounds like you finally got the CUPS processing print jobs
working using the vendor specific PPD's... Have you noticed any
quality issue with the resulting print job?  The reason I ask, is I
got an HP4 working with the CUPS processing the job.  The quality of
the output is noticeably poor compared to the actual windows driver
printing RAW through CUPS (it looks almost like the output was created
into a picture and then printed).  Now, I am using the built in CUPS
'HP LaserJet Series' PPD - so that may be the difference (vendor verse
non-vendor PPD)

Can I just clarify that you are using the cupsaddsmb from 1.1.21rc2
but using cups 1.1.20 - and the reason is for its PPD processing to
clean up potential 'bad' postscript generated by the vendor PPD


 
 I used vendor drivers in the pre-CUPS Red Hat Linux 7.1 days with very
 early Samba 2.2 releases and the Add Printer Wizard.  At that point the
 Samba NT printing support was brand new and still buggy and combined
 with some buggy vendor print drivers I got burned very badly with the
 whole setup.  Had hundreds of users down for hours while I rebuilt the
 Samba printing setup from ground up, etc.  So it was probably due to
 that experience but I still see that as my last resort option.  Besides,
 there are situations where page accounting would be required so I like
 to leave my options open.  But many times in the last week until I got
 this tackled I thought to myself I should just go the vendor drivers +
 raw route.  I'm sure it's not as bad as I remember :)
 
 Sean
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Re: CUPS Print Quality -- WAS -- UPDATE Where are the ADOBE PS Drivers?

2004-09-09 Thread Chris McKeever
On Thu, 09 Sep 2004 11:17:51 -0400, Sean E. Millichamp [EMAIL PROTECTED] 

 I would guess that there is probably at least some quality lost during
 that conversion and the resulting output would depend entirely on
 ghostscript's ability to translate (render) the Postscript generated by
 the driver on Windows into your printer's native tongue.

yeah - I am thinking this is the issue...

 
 If you didn't need to do the PS-(some other language) conversion on the
 CUPS server then I suspect you would see better resulting output.
 Trying to avoid this PS-(other) conversion step is one of the reasons
 why I generally only support PS capable printers.  You might want to
 look into adding Postscript support to your printers if it is available
 as an add-on option (assuming you don't want to continue to just use
 CUPS in raw mode - there really isn't anything wrong with that, it's
 just not how I'd like to have my system setup).
 

Can I ask a really basic question, that may help me get my hands
around this stuff...On the windows side the application prints using
the ADOBE (or whatever) Driver and the vendor specific PPD file.  It
then gets sent to cups which then does what??  Does the CUPS server
process it again before sending to the printer (assuming the printer
is postscript capable)?

The reason I ask, was that I thought (for some reason) that the CUPS
processing made the windows client driver independent - but if the
windows client uses the PPD - then I am thinking that I was mistaken


Thanks for your input
 

 
 Best,
 Sean
 
 
 

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] General Question

2004-09-09 Thread Chris McKeever
On Wed, 8 Sep 2004 19:02:11 -0700, Mark Sarria [EMAIL PROTECTED] wrote:
 I am pretty new to LDAP, and have attempted to install and configure LDAP, but I am 
 a bit confused as to if the samba server and LDAP server be on 2 different server or 
 on the same server?.
 

you can tell samba where the samba server resides, I have set it up to
connect to a remote LDAP server

 Mark
 --
 To unsubscribe from this list go to the following URL and read the
 instructions:  http://lists.samba.org/mailman/listinfo/samba

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] duplicate print driver listing

2004-09-09 Thread Chris McKeever
Was wondering if other could check to see if enumdrivers displays
duplicate listings for thier uploaded drivers?  if so - any idea how
to fix/why?

thanks


[Windows NT x86]
Printer Driver Info 1:
Driver Name: [HP_CUPS]

Printer Driver Info 1:
Driver Name: [TOSHIBA e-STUDIO810 srs-PS3UC]

Printer Driver Info 1:
Driver Name: [HP LaserJet 4]


[Windows NT x86]
Printer Driver Info 1:
Driver Name: [HP_CUPS]

Printer Driver Info 1:
Driver Name: [TOSHIBA e-STUDIO810 srs-PS3UC]

Printer Driver Info 1:
Driver Name: [HP LaserJet 4]
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Re: 'point-and-print' general questions

2004-09-08 Thread Chris McKeever
On Wed, 8 Sep 2004 12:53:16 +0530, [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote:
 

 
 Would like to know which series of TOSHIBA drivers are causing this
 problem.
 

so - anyone know why they are listed twice?

'enumdrivers'

[Windows NT x86]
Printer Driver Info 1:
Driver Name: [TOSHIBA e-STUDIO810 srs-PS3UC]

Printer Driver Info 1:
Driver Name: [HP LaserJet 4]


[Windows NT x86]
Printer Driver Info 1:
Driver Name: [TOSHIBA e-STUDIO810 srs-PS3UC]

Printer Driver Info 1:
Driver Name: [HP LaserJet 4]



 Regards,
 Sandy
 
 
 
 
 -Original Message-
 From: Chris McKeever [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, September 08, 2004 7:56 AM
 To: Sandeep Sundaram (WT01 - EMBEDDED  PRODUCT ENGINEERING SOLUTIONS);
 [EMAIL PROTECTED]
 Subject: Re: [Samba] Re: 'point-and-print' general questions
 
 On Mon, 6 Sep 2004 14:50:39 +0530, [EMAIL PROTECTED]
 [EMAIL PROTECTED] wrote:
 
  Hi,
 
  I am using SAMBA/CUPS in the raw mode, so each of the printers has
  its
  own WINDOWS .drivers ---
 
  I have been playing with this a bunch - it seems to work when
  selecting
  APPLY after
  uploading the drivers - it hangs for a little while, but eventually
  finishes and closes
  out the dialog box...
 
 
  One possible reason for this could be that the devmode information
  (Printer specific) might not be available and hence you see that delay
 
  in the Properties window closing. You could probably confirm this by
  sniffing out the network packets You might see repeated Open
  Printer and Get Printer calls. You might also see an increase in
  the memory usage by the Samba daemons.
 
 
 I ran an ethereal...granted this is one of the first times using it - I
 didnt seem to find anything as straight forward as what you said to look
 for.  I did notice that the SMB daemon does crank up on its CPU load
 while the conversation is going on.  I tried this all with an HP4 and it
 seemed to work much smoother - it was when I tried it with a TOSHIBA
 that is hangs.  Almost 10 minutes waiting after uploading the DRIVER
 files and trying to close out of the window using APPLY .. any hints on
 ETHEREAL to packet sniff more telling, or why in general this hangs??
 
 thanks
 
 
  I am testing this with Windows 2000 - and notieced something rather
  strange..after
  installing the printer for two different accounts, if I go int oone
  and
  edit the
  preferences using an account with PRINT ADMIN priviledges, it
  actually
  updates the
  defaults on the other users preferences
 
  Changes made to the printing defaults (Advanced Tab) will be reflected
 
  on the other machines where the drivers have been downloaded. Changes
  made to the printing preferences will be local to that machine only.
 
  The settings stored on the Samba server will be reflected in
  HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows
  NT\CurrentVersion\Print\Providers\LanMan Print Services\Servers
 
  This is what you see when you invoke the Advanced properties.
 
  Sandy
 
 
 
 
  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED] On
  Behalf Of Chris McKeever
  Sent: Monday, September 06, 2004 6:08 AM
  To: John Hewitt; [EMAIL PROTECTED]
  Subject: Re: [Samba] Re: 'point-and-print' general questions
 
  On Mon, 6 Sep 2004 10:27:30 +1000, John Hewitt [EMAIL PROTECTED]
  wrote:
   What version of windows printer driver are you using?  Are you using
 
   the adobe drivers or the cups drivers? I understand the current cups
 
   drivers have some big issues (hanging windows, unable to print
   landscape) and the cups boys are dumping the current code completely
 
   and writing from scratch for the new 6 version.  In the meantime
   using
 
   the adobe drivers is advisable.
  
 
  I am using SAMBA/CUPS in the raw mode, so each of the printers has its
 
  own WINDOWS drivers ---
 
  I have been playing with this a bunch - it seems to work when
  selecting APPLY after uploading the drivers - it hangs for a little
  while, but eventually finishes and closes out the dialog box...I can
  also change the name of the printer via that dialog as well, and it
  changes it on the SAMBA server.  How one deletes a printer from the
  command line, I am not sure, other than editing the smb.conf and
  removing the specific printer
 
  I am testing this with Windows 2000 - and notieced something rather
  strange..after installing the printer for two different accounts, if I
 
  go int oone and edit the preferences using an account with PRINT ADMIN
 
  priviledges, it actually updates the defaults on the other users
  preferences --- I dont know if this is just smoe strange things via
  TSRV.  From the reading, it sounds like once the driver is installed,
  the server defaults are whatever it was set with at time of download
  (section 17.8 SAMBA HOWTO) -- it is very interesting ...
 
  
  
  
   On Sun, 5 Sep 2004 15:19:07 -0500, Chris McKeever
   [EMAIL PROTECTED]
 
   wrote:
On Sun, 5 Sep 2004 15:07:59 -0500

[Samba] Where are the ADOBE PS Drivers?

2004-09-08 Thread Chris McKeever
I downloaded the drivers from:
http://www.adobe.com/support/downloads/product.jsp?product=pdrvplatform=win

 7.4MB  Adobe Universal PostScript Windows Driver Installer 1.0.6 -
English  5/23/2002

And installed the Generic Driver, shared the printer and went the the
print$ share -
none of the expected files were in there ... any ideas???



  DEFPRTR2.BPDA12188  Tue Sep  7 23:27:50 2004
  defprtr2.ppdA13492  Tue Apr 23 12:50:10 2002
  efisysprint.sep A 3277  Fri Nov 22 01:54:02 2002
  efisysprtj.sep  A 3640  Fri Nov 22 01:54:04 2002
  EFME4320.BPDA61420  Tue Sep  7 22:14:24 2004
  EFME4320.bxeA   102400  Tue Jan  7 20:23:48 2003
  EFME4320.cntA 1230  Fri Jun 28 23:56:24 2002
  EFME4320.dllA81994  Tue Jan  7 20:24:16 2003
  EFME4320.extA   532535  Tue Jan  7 20:23:48 2003
  EFME4320.finA  1175613  Tue Jan  7 20:23:46 2003
  EFME4320.hlpA56090  Tue May 21 23:44:48 2002
  EFME4320.iniA   74  Wed Jan 15 02:24:14 2003
  EFME4320.lanA  1851449  Tue Jan  7 20:23:48 2003
  EFME4320.oemA  2109512  Tue Jan  7 20:24:10 2003
  EFME4320.pgeA 4243  Thu Aug  8 18:30:22 2002
  EFME4320.PPDA74812  Sat Jan 11 02:18:42 2003
  EFME4320.psrA47858  Tue Jan  7 20:24:16 2003
  EFME4320.uimA  1855546  Tue Jan  7 20:23:46 2003
  ehm10.dll   A   421930  Wed Jul 17 10:06:00 2002
  ehmbrg.dll  A   299051  Wed Jul 17 10:05:40 2002
  ehmcore.dll A98348  Wed Jul 17 10:05:20 2002
  ehmecol.dll A   155692  Wed Jul 17 10:07:18 2002
  ehmefi.dll  A   487467  Wed Jul 17 10:06:58 2002
  HPLJ4.BUD   A39312  Tue Sep  7 20:21:20 2004
  HPLJ4.GPD   A26569  Fri Jul 30 16:02:58 1999
  PCL5ERES.DLLA   676352  Tue Nov 30 01:30:54 1999
  PS5UI.DLL   A   130048  Thu Jun 19 14:05:04 2003
  PSCRIPT.HLP A26038  Mon Jul 22 14:05:04 2002
  PSCRIPT.NTF A   792644  Mon Jul 22 14:05:04 2002
  PSCRIPT5.DLLA   455168  Thu Jun 19 14:05:04 2003
  STDNAMES.GPDA14362  Thu Jun 19 14:05:04 2003
  TTFSUB.GPD  A  698  Mon Jun  7 15:48:52 1999
  TTY.BUD A21596  Tue Sep  7 23:22:27 2004
  TTY.DLL A 8464  Thu Jun 19 14:05:04 2003
  TTY.GPD A12507  Fri Jul 30 16:06:18 1999
  TTY.INI A   62  Fri May  8 18:04:12 1998
  TTYRES.DLL  A39424  Thu Jun 19 14:05:04 2003
  TTYUI.DLL   A16144  Thu Jun 19 14:05:04 2003
  TTYUI.HLP   A14318  Thu Oct  7 15:08:06 1999
  UNIDRV.DLL  A   239104  Thu Jun 19 14:05:04 2003
  UNIDRV.HLP  A21225  Thu Jun 19 14:05:04 2003
  UNIDRVUI.DLLA   197120  Thu Jun 19 14:05:04 2003
  UNIRES.DLL  A   619520  Thu Jun 19 14:05:04 2003
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Re: Where are the ADOBE PS Drivers?

2004-09-08 Thread Chris McKeever
On Wed, 08 Sep 2004 13:34:23 -0400, Michael Lueck
[EMAIL PROTECTED] wrote:
 Check the Samba HOWTO on this topic. John specifically points out there are three 
 different ways to install the driver, only one does it correctly. I believe this 
 might be what you are bumping into,
 but I have no first hand expirence since I read the docs before I dug in.
 

That is what I am going off - and it lists the dozen files that are
needed, and none of them are listed 

 Once  you  have  extracted  the  driver  files,  create  a
   drivers  directory  in  the CUPS data directory (usually
   /usr/share/cups) and copy the Adobe files using  UPPERCASE
   filenames, as follows:

   [Windows 95, 98, and Me]
   ADFONTS.MFM
   ADOBEPS4.DRV
   ADOBEPS4.HLP
   DEFPRTR2.PPD
   ICONLIB.DLL
   PSMON.DLL

   [Windows NT, 2000, and XP]
   ADOBEPS5.DLL
   ADOBEPSU.DLL
   ADOBEPSU.HLP


thanks

 --
 Michael Lueck
 Lueck Data Systems
 
 Remove the upper case letters NOSPAM to contact me directly.
 
 --
 To unsubscribe from this list go to the following URL and read the
 instructions:  http://lists.samba.org/mailman/listinfo/samba

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Re: Where are the ADOBE PS Drivers?

2004-09-08 Thread Chris McKeever
On Wed, 08 Sep 2004 14:00:24 -0400, Michael Lueck
[EMAIL PROTECTED] wrote:
 On Wed, 8 Sep 2004 12:48:55 -0500, Chris McKeever wrote:
 
 That is what I am going off - and it lists the dozen files that are
 needed, and none of them are listed 
 
 Time out there... Just what exactly is not working? You post to the Samba list:

What isnt working is the fact that none of the files that are supposed
to be in the share provided by the ADOBE install are there .

 
 And installed the Generic Driver, shared the printer and went
 the the print$ share
 

thoughts are clear 

HOWTO says

A - install the ADOBE POSTSCRIPT file onto a windows machine - check
B - SHARE that printer  - check
C - Grab the specified files from the print$ share on the windows machine
-- none are there...
D - Place them into: /usr/share/cups 
E - run the cupsaddsmb


 which makes me think you are talking about the Windows client, printer wizard
 driver upload to print$, etc... 

I never said I was uploading files to the print server using the APW,
all I said was I was trying to find the necessary ADOBE files for use
with the cupsaddsmb, which requires an install of the drivers onto a
standalone machine -- which could be confusing since you need to get
the files off the client that you will eventually be installing again,
though this time from the server

If I am missing something, I apologize, but I am following the HOWTO
as described

Now you're talking about /usr/share/cups which
 Samba could care less about... I'd suggest you clear your thoughts, clearly
 explain your exact problem, and send it to the correct list.
 
 Michael Lueck
 Lueck Data Systems
 http://www.lueckdatasystems.com/
 

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Re: Where are the ADOBE PS Drivers?

2004-09-08 Thread Chris McKeever
On Wed, 08 Sep 2004 14:15:48 -0400, Michael Lueck
[EMAIL PROTECTED] wrote:
 Chris McKeever wrote:
 
  A - install the ADOBE POSTSCRIPT file onto a windows machine - check
  B - SHARE that printer  - check
  C - Grab the specified files from the print$ share on the windows machine
  -- none are there...
  D - Place them into: /usr/share/cups
  E - run the cupsaddsmb
 
 Maybe John himself will jump in as these instructions sound redundant... and I'm not 
 walking over to the book shelf.
 
 Redundant as... if steps a-c post files to print$, then there should be no need for 
 cupsaddsmb as that is the Linux command line equiv of uploading the driver from a 
 Windows client box.
 

You are missing a small piece - the only way to get the ADOBE files
(unless you already have them broken out of the installer) is to
install on a windows client machine, grab them and install them on the
CUPS server  the print$ share that is being referred to is that on
the client machine, hence why you need to copy them and then use
cupsaddsmb, which then put them into the print$ onto the cups/samba
server

it is a bit redundant, but the only way to get the files

my issue is that, none of the files needed for the cupsaddsmb are
there - almost as if ADOBE has changed the driver and those are no
longer included -- however, the archives say the 1.06 version does
contain them...yet, as I posted earlier, these are the installed
files:

DEFPRTR2.BPDA12188  Tue Sep  7 23:27:50 2004
 defprtr2.ppdA13492  Tue Apr 23 12:50:10 2002
 efisysprint.sep A 3277  Fri Nov 22 01:54:02 2002
 efisysprtj.sep  A 3640  Fri Nov 22 01:54:04 2002
 EFME4320.BPDA61420  Tue Sep  7 22:14:24 2004
 EFME4320.bxeA   102400  Tue Jan  7 20:23:48 2003
 EFME4320.cntA 1230  Fri Jun 28 23:56:24 2002
 EFME4320.dllA81994  Tue Jan  7 20:24:16 2003
 EFME4320.extA   532535  Tue Jan  7 20:23:48 2003
 EFME4320.finA  1175613  Tue Jan  7 20:23:46 2003
 EFME4320.hlpA56090  Tue May 21 23:44:48 2002
 EFME4320.iniA   74  Wed Jan 15 02:24:14 2003
 EFME4320.lanA  1851449  Tue Jan  7 20:23:48 2003
 EFME4320.oemA  2109512  Tue Jan  7 20:24:10 2003
 EFME4320.pgeA 4243  Thu Aug  8 18:30:22 2002
 EFME4320.PPDA74812  Sat Jan 11 02:18:42 2003
 EFME4320.psrA47858  Tue Jan  7 20:24:16 2003
 EFME4320.uimA  1855546  Tue Jan  7 20:23:46 2003
 ehm10.dll   A   421930  Wed Jul 17 10:06:00 2002
 ehmbrg.dll  A   299051  Wed Jul 17 10:05:40 2002
 ehmcore.dll A98348  Wed Jul 17 10:05:20 2002
 ehmecol.dll A   155692  Wed Jul 17 10:07:18 2002
 ehmefi.dll  A   487467  Wed Jul 17 10:06:58 2002
 HPLJ4.BUD   A39312  Tue Sep  7 20:21:20 2004
 HPLJ4.GPD   A26569  Fri Jul 30 16:02:58 1999
 PCL5ERES.DLLA   676352  Tue Nov 30 01:30:54 1999
 PS5UI.DLL   A   130048  Thu Jun 19 14:05:04 2003
 PSCRIPT.HLP A26038  Mon Jul 22 14:05:04 2002
 PSCRIPT.NTF A   792644  Mon Jul 22 14:05:04 2002
 PSCRIPT5.DLLA   455168  Thu Jun 19 14:05:04 2003
 STDNAMES.GPDA14362  Thu Jun 19 14:05:04 2003
 TTFSUB.GPD  A  698  Mon Jun  7 15:48:52 1999
 TTY.BUD A21596  Tue Sep  7 23:22:27 2004
 TTY.DLL A 8464  Thu Jun 19 14:05:04 2003
 TTY.GPD A12507  Fri Jul 30 16:06:18 1999
 TTY.INI A   62  Fri May  8 18:04:12 1998
 TTYRES.DLL  A39424  Thu Jun 19 14:05:04 2003
 TTYUI.DLL   A16144  Thu Jun 19 14:05:04 2003
 TTYUI.HLP   A14318  Thu Oct  7 15:08:06 1999
 UNIDRV.DLL  A   239104  Thu Jun 19 14:05:04 2003
 UNIDRV.HLP  A21225  Thu Jun 19 14:05:04 2003
 UNIDRVUI.DLLA   197120  Thu Jun 19 14:05:04 2003
 UNIRES.DLL  A   619520  Thu Jun 19 14:05:04 2003



 If you just had the driver files from Adobe, including the .INF file, 

that is the issue -- there is no INF, and the files reuired are not in
the downloaded/installed driver that I have gotten

then you should be able to upload them through the printer wizard just
like any other driver... or use cupsaddsmb from the Linux
 command line.
 
 
 
 --
 Michael Lueck
 Lueck Data

Re: [Samba] UPDATE Where are the ADOBE PS Drivers?

2004-09-08 Thread Chris McKeever
I had an old version 1.02 of the PSDRIVER - that turns out to have all
the correct files needed - SO - I am thinking that V1.06 has been
updated, and the files are no longer available.




On Wed, 8 Sep 2004 13:22:17 -0500, Chris McKeever [EMAIL PROTECTED] wrote:
 On Wed, 08 Sep 2004 14:15:48 -0400, Michael Lueck
 [EMAIL PROTECTED] wrote:
  Chris McKeever wrote:
 
   A - install the ADOBE POSTSCRIPT file onto a windows machine - check
   B - SHARE that printer  - check
   C - Grab the specified files from the print$ share on the windows machine
   -- none are there...
   D - Place them into: /usr/share/cups
   E - run the cupsaddsmb
 
  Maybe John himself will jump in as these instructions sound redundant... and I'm 
  not walking over to the book shelf.
 
  Redundant as... if steps a-c post files to print$, then there should be no need 
  for cupsaddsmb as that is the Linux command line equiv of uploading the driver 
  from a Windows client box.
 
 
 You are missing a small piece - the only way to get the ADOBE files
 (unless you already have them broken out of the installer) is to
 install on a windows client machine, grab them and install them on the
 CUPS server  the print$ share that is being referred to is that on
 the client machine, hence why you need to copy them and then use
 cupsaddsmb, which then put them into the print$ onto the cups/samba
 server
 
 it is a bit redundant, but the only way to get the files
 
 my issue is that, none of the files needed for the cupsaddsmb are
 there - almost as if ADOBE has changed the driver and those are no
 longer included -- however, the archives say the 1.06 version does
 contain them...yet, as I posted earlier, these are the installed
 files:
 
 
 
 DEFPRTR2.BPDA12188  Tue Sep  7 23:27:50 2004
 defprtr2.ppdA13492  Tue Apr 23 12:50:10 2002
 efisysprint.sep A 3277  Fri Nov 22 01:54:02 2002
 efisysprtj.sep  A 3640  Fri Nov 22 01:54:04 2002
 EFME4320.BPDA61420  Tue Sep  7 22:14:24 2004
 EFME4320.bxeA   102400  Tue Jan  7 20:23:48 2003
 EFME4320.cntA 1230  Fri Jun 28 23:56:24 2002
 EFME4320.dllA81994  Tue Jan  7 20:24:16 2003
 EFME4320.extA   532535  Tue Jan  7 20:23:48 2003
 EFME4320.finA  1175613  Tue Jan  7 20:23:46 2003
 EFME4320.hlpA56090  Tue May 21 23:44:48 2002
 EFME4320.iniA   74  Wed Jan 15 02:24:14 2003
 EFME4320.lanA  1851449  Tue Jan  7 20:23:48 2003
 EFME4320.oemA  2109512  Tue Jan  7 20:24:10 2003
 EFME4320.pgeA 4243  Thu Aug  8 18:30:22 2002
 EFME4320.PPDA74812  Sat Jan 11 02:18:42 2003
 EFME4320.psrA47858  Tue Jan  7 20:24:16 2003
 EFME4320.uimA  1855546  Tue Jan  7 20:23:46 2003
 ehm10.dll   A   421930  Wed Jul 17 10:06:00 2002
 ehmbrg.dll  A   299051  Wed Jul 17 10:05:40 2002
 ehmcore.dll A98348  Wed Jul 17 10:05:20 2002
 ehmecol.dll A   155692  Wed Jul 17 10:07:18 2002
 ehmefi.dll  A   487467  Wed Jul 17 10:06:58 2002
 HPLJ4.BUD   A39312  Tue Sep  7 20:21:20 2004
 HPLJ4.GPD   A26569  Fri Jul 30 16:02:58 1999
 PCL5ERES.DLLA   676352  Tue Nov 30 01:30:54 1999
 PS5UI.DLL   A   130048  Thu Jun 19 14:05:04 2003
 PSCRIPT.HLP A26038  Mon Jul 22 14:05:04 2002
 PSCRIPT.NTF A   792644  Mon Jul 22 14:05:04 2002
 PSCRIPT5.DLLA   455168  Thu Jun 19 14:05:04 2003
 STDNAMES.GPDA14362  Thu Jun 19 14:05:04 2003
 TTFSUB.GPD  A  698  Mon Jun  7 15:48:52 1999
 TTY.BUD A21596  Tue Sep  7 23:22:27 2004
 TTY.DLL A 8464  Thu Jun 19 14:05:04 2003
 TTY.GPD A12507  Fri Jul 30 16:06:18 1999
 TTY.INI A   62  Fri May  8 18:04:12 1998
 TTYRES.DLL  A39424  Thu Jun 19 14:05:04 2003
 TTYUI.DLL   A16144  Thu Jun 19 14:05:04 2003
 TTYUI.HLP   A14318  Thu Oct  7 15:08:06 1999
 UNIDRV.DLL  A   239104  Thu Jun 19 14:05:04 2003
 UNIDRV.HLP  A21225  Thu Jun 19 14:05:04 2003
 UNIDRVUI.DLLA   197120  Thu Jun 19 14:05:04 2003
 UNIRES.DLL  A   619520  Thu Jun 19 14:05:04 2003
 
 
  If you just had the driver files from Adobe, including the .INF file

Re: [Samba] UPDATE Where are the ADOBE PS Drivers?

2004-09-08 Thread Chris McKeever
On Wed, 8 Sep 2004 12:50:21 -0600, John H Terpstra [EMAIL PROTECTED] wrote:
 Gents,
 
 Have you checked out the cups.org site to see if they have replacement
 drivers? Last I recall you can just use their replacements for the Adobe
 drivers.

from looking through the archives - it sounded like the CUPS drivers
were acting up (plus not compatible with older windows 98/ME) systems
- and that the suggested approach till they release new drivers was to
use the ADOBE ones...

I will do some more research

 
 - John T.
 
 
 
 On Wednesday 08 September 2004 12:45, Michael Lueck wrote:
  On Wed, 8 Sep 2004 13:42:05 -0500, Chris McKeever wrote:
  I had an old version 1.02 of the PSDRIVER - that turns out to have all
  the correct files needed - SO - I am thinking that V1.06 has been
  updated, and the files are no longer available.
 
  Hang on, I downloaded 1.06, found the six needed files under my temp dir,
  and am crafting up an INF to install it as you wrote... Gggeee Adobe,
  this ain't rocket science!
 
  Yes it does appear they make this has hard as possible...
 
  Michael Lueck
  Lueck Data Systems
  http://www.lueckdatasystems.com/
 
 --
 John H Terpstra
 Samba-Team Member
 Phone: +1 (650) 580-8668
 
 Author:
 The Official Samba-3 HOWTO  Reference Guide, ISBN: 0131453556
 Samba-3 by Example, ISBN: 0131472216
 Hardening Linux, ISBN: 0072254971
 OpenLDAP by Example, ISBN: 0131488732
 Other books in production.
 
 
 --
 To unsubscribe from this list go to the following URL and read the
 instructions:  http://lists.samba.org/mailman/listinfo/samba

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] UPDATE Where are the ADOBE PS Drivers?

2004-09-08 Thread Chris McKeever
On Wed, 08 Sep 2004 19:11:16 -0400, Sean E. Millichamp
[EMAIL PROTECTED] wrote:
 
 Apparently the new recommended way of setting up printing according to
 CUPS is to use the Windows 2000 Postscript driver from Microsoft (who,
 in turn, apparently obtained it from Adobe).  Apparently, the NT 4
 driver that the old CUPS driver for Windows were based on were too
 buggy.  The V1.06 Adobe driver you referred to seems to have the new PS
 driver files that are recommended (ps5ui.dll, pscript5.dll, pscript.hlp,
 pscript.ntf).  However, don't think you can just install those manually,
 you really need to use the cupsaddsmb program as it does other things
 with the PPD.
 
 So, the cupsaddsmb script in CUPS 1.1.21rc2 handles the files properly
 for the new recommended way of doing things.  The files needed are
 listed in the accompanying cupsaddsmb manpage.
 

Sean - thanks for the information, that clears up a ton of confusion -
so the new cupsaddsmb takes into account the new psotscript files -
good to know...

if you dont mind, would it be possible to email me the man page
output?  I would like to read it, and no box I have is running
1.1.21rc*

thanks for the post!



 
 
 

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] PRINTER share not appearing

2004-09-07 Thread Chris McKeever
I was doing good - getting close to rolling out a point-n-print
samba/cups server when while uploading a driver file, I got some
random windows error about the PRINT SUSBYSTEM was not available. 
After reconnecting to the samba server, the PRINTER share was gone. 
Uninstall the SAMBA RPM and re-install yielded nothing.  I cant figure
out what happened to it.

any ideas?
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Need LDAP machine entry

2004-09-07 Thread Chris McKeever
I am running 2.2.8 -- machine group on mine in COMPUTER though

ldapsearch -LL -H ldap://localhost -b dc=prupref,dc=com -x
(uid=prupref-web$)
version: 1

dn: uid=prupref-web$,ou=Computers,dc=prupref,dc=com
objectClass: top
objectClass: posixAccount
objectClass: sambaAccount
uidNumber: 518
gidNumber: 1010
homeDirectory: /dev/null
loginShell: /bin/false
uid: prupref-web$
pwdLastSet: 1092785559
logonTime: 0
logoffTime: 0
kickoffTime: 0
pwdCanChange: 0
pwdMustChange: 0
displayName: PRUPREF-WEB$
cn: PRUPREF-WEB$
description: Computer
rid: 2036
primaryGroupID: 3021
acctFlags: [W  ]



On Tue, 07 Sep 2004 10:33:47 -0500 (CDT), Chris St. Pierre
[EMAIL PROTECTED] wrote:
 I'm trying to troubleshoot a nasty problem with Samba 2.2.8a that I
 asked about here a while back, and I need someone with a working
 LDAP-Samba PDC -- preferably 2.2.8a, ideally running on Mac OS X, but
 I'll take what I can get -- to post the results of an ldapsearch for
 one of their machine trust accounts.  All I'd need is the results of a
 command along these lines:
 
 ldapsearch -LLL -b ou=Machines,o=example,o=com uid=machine$
 
 I have found that smbpasswd is doing *something* wrong when it comes
 to the creation of those accounts, but I don't know what.  If I was
 able to compare with one that I know works, I might be able to figure
 it out.  Thanks.
 
 Chris St. Pierre
 Unix Systems Administrator
 Nebraska Wesleyan University
 --
 To unsubscribe from this list go to the following URL and read the
 instructions:  http://lists.samba.org/mailman/listinfo/samba

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] whats the right path

2004-09-07 Thread Chris McKeever
On Tue, 7 Sep 2004 18:16:15 -0700, Mark Sarria [EMAIL PROTECTED] wrote:
 I am installing SLSE 9, I have over 2000 users, and 1000 computers what backend ( 
 LDAP, SMBPASS)  do you guys suggest I use and why?
 

If you are doing anything with multiple file/print servers, then you
will want the replication that LDAP provides...if I were you, even if
there werent multiple servers, I would preplan and go with LDAP - even
if you just make a second server to keep as a live/fail over LDAP
database

 all your input is greatly appreciated.
 
 Mark
 --
 To unsubscribe from this list go to the following URL and read the
 instructions:  http://lists.samba.org/mailman/listinfo/samba

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Re: 'point-and-print' general questions

2004-09-07 Thread Chris McKeever
On Mon, 6 Sep 2004 14:50:39 +0530, [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote:
 
 Hi,
 
 I am using SAMBA/CUPS in the raw mode, so each of the printers has its
 own WINDOWS .drivers ---
 
 I have been playing with this a bunch - it seems to work when selecting
 APPLY after
 uploading the drivers - it hangs for a little while, but eventually
 finishes and closes
 out the dialog box...
 
 
 One possible reason for this could be that the devmode information
 (Printer specific) might not be available and hence you see that delay
 in the Properties window closing. You could probably confirm this by
 sniffing out the network packets You might see repeated Open
 Printer and Get Printer calls. You might also see an increase in the
 memory usage by the Samba daemons.
 

I ran an ethereal...granted this is one of the first times using it -
I didnt seem to find anything as straight forward as what you said to
look for.  I did notice that the SMB daemon does crank up on its CPU
load while the conversation is going on.  I tried this all with an HP4
and it seemed to work much smoother - it was when I tried it with a
TOSHIBA that is hangs.  Almost 10 minutes waiting after uploading the
DRIVER files and trying to close out of the window using APPLY .. any
hints on ETHEREAL to packet sniff more telling, or why in general this
hangs??

thanks

 
 I am testing this with Windows 2000 - and notieced something rather
 strange..after
 installing the printer for two different accounts, if I go int oone and
 edit the
 preferences using an account with PRINT ADMIN priviledges, it actually
 updates the
 defaults on the other users preferences
 
 Changes made to the printing defaults (Advanced Tab) will be reflected
 on the other machines where the drivers have been downloaded. Changes
 made to the printing preferences will be local to that machine only.
 
 The settings stored on the Samba server will be reflected in
 HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows
 NT\CurrentVersion\Print\Providers\LanMan Print Services\Servers
 
 This is what you see when you invoke the Advanced properties.
 
 Sandy
 
 
 
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On
 Behalf Of Chris McKeever
 Sent: Monday, September 06, 2004 6:08 AM
 To: John Hewitt; [EMAIL PROTECTED]
 Subject: Re: [Samba] Re: 'point-and-print' general questions
 
 On Mon, 6 Sep 2004 10:27:30 +1000, John Hewitt [EMAIL PROTECTED]
 wrote:
  What version of windows printer driver are you using?  Are you using
  the adobe drivers or the cups drivers? I understand the current cups
  drivers have some big issues (hanging windows, unable to print
  landscape) and the cups boys are dumping the current code completely
  and writing from scratch for the new 6 version.  In the meantime using
 
  the adobe drivers is advisable.
 
 
 I am using SAMBA/CUPS in the raw mode, so each of the printers has its
 own WINDOWS drivers ---
 
 I have been playing with this a bunch - it seems to work when selecting
 APPLY after uploading the drivers - it hangs for a little while, but
 eventually finishes and closes out the dialog box...I can also change
 the name of the printer via that dialog as well, and it changes it on
 the SAMBA server.  How one deletes a printer from the command line, I am
 not sure, other than editing the smb.conf and removing the specific
 printer
 
 I am testing this with Windows 2000 - and notieced something rather
 strange..after installing the printer for two different accounts, if I
 go int oone and edit the preferences using an account with PRINT ADMIN
 priviledges, it actually updates the defaults on the other users
 preferences --- I dont know if this is just smoe strange things via
 TSRV.  From the reading, it sounds like once the driver is installed,
 the server defaults are whatever it was set with at time of download
 (section 17.8 SAMBA HOWTO) -- it is very interesting ...
 
 
 
 
  On Sun, 5 Sep 2004 15:19:07 -0500, Chris McKeever [EMAIL PROTECTED]
 
  wrote:
   On Sun, 5 Sep 2004 15:07:59 -0500, Chris McKeever
   [EMAIL PROTECTED] wrote:
I have gotten 'point-and-print' working, but there are a couple
small issues/questions I am trying to get my grasp around:
   
- rpcclient print-1201 -U root%secret -c 'enumdrivers'
  this lists the drivers twice (I saw one other post about this,
without any followup)
   
- When adding drivers via the Windows APW, after uploading the
drivers and the APW closing - are you supposed to CANCEL out of
the printers property window?  If not, the printer on the server
get renamed with how the driver wants to name it
   
  
   I have figured out that if you dont apply, only the drivers are
   uploadined, but they are not associated with the printer - however,
   when I do hit OK or apply - the printer property window hangs (it
   does however do the association) - but it also changes the name of
   the printer to that of the driver in both enumprinters

Re: [Samba] 'point-and-print' general questions

2004-09-06 Thread Chris McKeever
Jerry and Sandeep - thank you for you thorough answers, I have 
followed up inline below 

thank you

On Mon, 06 Sep 2004 06:32:37 -0500, Gerald (Jerry) Carter
[EMAIL PROTECTED] wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Chris McKeever wrote:
 | I have gotten 'point-and-print' working, but there are
 | a couple small issues/questions I am trying to get my
 | grasp around:
 |
 | - rpcclient print-1201 -U root%secret -c 'enumdrivers'
 |   this lists the drivers twice
 
 Twice?  or once for 'Windows 4.0' and once for Windows NT x86'?
 

Actually Twice:

[Windows NT x86]
Printer Driver Info 1:
Driver Name: [TOSHIBA e-STUDIO810 srs-PS3UC]


[Windows NT x86]
Printer Driver Info 1:
Driver Name: [TOSHIBA e-STUDIO810 srs-PS3UC]

This was mentioned in one other archive post:
http://groups.google.com/groups?q=samba+enumdrivers++twicehl=enlr=ie=UTF-8newwindow=1selm=1suSn-52l-7%40gated-at.bofh.itrnum=1


 | - When adding drivers via the Windows APW, after
 | uploading the drivers and the APW closing - are you
 | supposed to CANCEL out of the printers property window?  If
 | not, the printer on the server get renamed with how the driver
 | wants to name it
 
 The Windows client is renaming the printer.  You can just
 rename it again.
 

makes sense

 | - When the above happens, I have only found the
 | ability to delete the printer from windows, I have'n't found
 | a rpcclient (or similar) to delete the printer
 | (ie addprinter opposite)
 
 There's not one currently i don't think.
 

I also realized that the cause of this new printer was a side-effect
of the renaming above, and after setting it back - everything is fine
- it didnt actually 'ADD' anything

 | - Lastly, what happens _if_ two separate print
 | drivers have a same file name?  Everything gets tucked
 | into the same directory??
 
 The is a problem in the Windows printing design.  Yes
 there could be naming collisions, but most responsible
 driver writers manage their namespace to avoid this.
 

those pikers!! 

I am testing this with Windows 2000 - and noticed something rather
strange..after
.installing the printer for two different accounts, if I go int oone and
edit the
.preferences using an account with PRINT ADMIN priviledges, it actually
updates the
.defaults on the other users preferences

 Changes made to the printing defaults (Advanced Tab) will be reflected
 on the other machines where the drivers have been downloaded. Changes
 made to the printing preferences will be local to that machine only.

if I understand correctly - which is also what I see happen - is that
when the changes are made to the ADVANCED TAB - it gets reflected even
on those machines that have previosuly downloaded and installed off
the server ---
The only reason I ask for clairifaction is that it seems
semi-contradictory to the HOWTO 'If you want all clients to have the
same defaults, you need to conduct these steps as 'printer admin'
before a client downloads the driver' --


 The settings stored on the Samba server will be reflected in
 HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows
 NT\CurrentVersion\Print\Providers\LanMan Print Services\Servers

 This is what you see when you invoke the Advanced properties.
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] 2 servers

2004-09-06 Thread Chris McKeever
n Mon, 6 Sep 2004 17:58:26 +0200, Joachim Schwendtner
[EMAIL PROTECTED] wrote:
 hello,
 
 I am newbie in configuring samba and I have special question:
 
 in our school we have one server (debian woody) which hosts the mail
 server (exim) - this server can be reached from the internet.
 the second server (debian woody fileserver) is not reachable from the
 internet. this server hosts the home directories of our users (samba).
 the user-directories and the mail-adresses have the same structures:
 
 mail: [EMAIL PROTECTED]
 home: /home/prenome.surname
 and there should only be ONE password!
 
 when I add oder delete users I use webmin on the mailserver. is it
 possible, to share the passwd file, that I have only ONE user database
 for mailserver (192.168.23.1) AND fileserver (192.168.23.2)?

samba also uses a smbpasswd file - so it gets a bit trickier

these are quick and off the top of my head - but there are a few solutions:

1-you can modify webmin so it makes a call a creates/deletes the samba users
2-you can convert exim and samba to use LDAP for authentication
3-you could change it so you modify users on the samba server using
webmin, and then rsync the passwd file to the exim machine

number 1 would probably be the simplest


 
 joachim
 
 --
 To unsubscribe from this list go to the following URL and read the
 instructions:  http://lists.samba.org/mailman/listinfo/samba

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] 'point-and-print' general questions

2004-09-06 Thread Chris McKeever
 On Mon, 06 Sep 2004 06:32:37 -0500, Gerald (Jerry) Carter
 [EMAIL PROTECTED] wrote:
  -BEGIN PGP SIGNED MESSAGE-
  Hash: SHA1
 
  Chris McKeever wrote:
  | I have gotten 'point-and-print' working, but there are
  | a couple small issues/questions I am trying to get my
  | grasp around:
  |
  | - rpcclient print-1201 -U root%secret -c 'enumdrivers'
  |   this lists the drivers twice
 
  Twice?  or once for 'Windows 4.0' and once for Windows NT x86'?
 
 
 Actually Twice:
 
 [Windows NT x86]
 Printer Driver Info 1:
 Driver Name: [TOSHIBA e-STUDIO810 srs-PS3UC]
 
 [Windows NT x86]
 Printer Driver Info 1:
 Driver Name: [TOSHIBA e-STUDIO810 srs-PS3UC]
 
 This was mentioned in one other archive post:
 http://groups.google.com/groups?q=samba+enumdrivers++twicehl=enlr=ie=UTF-8newwindow=1selm=1suSn-52l-7%40gated-at.bofh.itrnum=1
 
 

I uninstalled SAMBA and reinstalled - thinking that maybe something
got corrupt in the .TDB files - after uploading the driver - same
issue - dual driver display:

pcclient print-1201 -U root%SECRET -c 'enumdrivers'

[Windows NT x86]
Printer Driver Info 1:
Driver Name: [TOSHIBA e-STUDIO810 srs-PS3UC]


[Windows NT x86]
Printer Driver Info 1:
Driver Name: [TOSHIBA e-STUDIO810 srs-PS3UC]


  | - When adding drivers via the Windows APW, after
  | uploading the drivers and the APW closing - are you
  | supposed to CANCEL out of the printers property window?  If
  | not, the printer on the server get renamed with how the driver
  | wants to name it
 
  The Windows client is renaming the printer.  You can just
  rename it again.
 
 
 makes sense
 
  | - When the above happens, I have only found the
  | ability to delete the printer from windows, I have'n't found
  | a rpcclient (or similar) to delete the printer
  | (ie addprinter opposite)
 
  There's not one currently i don't think.
 
 
 I also realized that the cause of this new printer was a side-effect
 of the renaming above, and after setting it back - everything is fine
 - it didnt actually 'ADD' anything
 
  | - Lastly, what happens _if_ two separate print
  | drivers have a same file name?  Everything gets tucked
  | into the same directory??
 
  The is a problem in the Windows printing design.  Yes
  there could be naming collisions, but most responsible
  driver writers manage their namespace to avoid this.
 
 
 those pikers!!
 
 I am testing this with Windows 2000 - and noticed something rather
 strange..after
 .installing the printer for two different accounts, if I go int oone and
 edit the
 .preferences using an account with PRINT ADMIN priviledges, it actually
 updates the
 .defaults on the other users preferences
 
  Changes made to the printing defaults (Advanced Tab) will be reflected
  on the other machines where the drivers have been downloaded. Changes
  made to the printing preferences will be local to that machine only.
 
 if I understand correctly - which is also what I see happen - is that
 when the changes are made to the ADVANCED TAB - it gets reflected even
 on those machines that have previosuly downloaded and installed off
 the server ---
 The only reason I ask for clairifaction is that it seems
 semi-contradictory to the HOWTO 'If you want all clients to have the
 same defaults, you need to conduct these steps as 'printer admin'
 before a client downloads the driver' --
 
 
 
 
  The settings stored on the Samba server will be reflected in
  HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows
  NT\CurrentVersion\Print\Providers\LanMan Print Services\Servers
 
  This is what you see when you invoke the Advanced properties.

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] RH7.3 compatibility with SRPMS

2004-09-05 Thread Chris McKeever
I just rebuilt the Redhat SRPMS using 7.3 - I am noticed in the SPEC
file some RH8/9 specific shell scripts.  So far it seems to be working
fine - just wondering if there is any conflicts with this..thanks in
advance.



# Don't depend on Net::LDAP
# one filter for RH 8 and one for 9
Source998: filter-requires-samba_rh8.sh
Source999: filter-requires-samba_rh9.sh

# Working around perl dependency problem from docs
# Only  RH 8.0 seems to care here

echo rpm_version == %{rpm_version}
if [ %{rpm_version} == 42 ]; then
   %define __perl_requires %{SOURCE999}
   echo %{__perl_requires}
elif [ %{rpm_version} == 41 ]; then
   %define __find_requires %{SOURCE998}
   echo %{__find_requires}
fi
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] 'point-and-print' general questions

2004-09-05 Thread Chris McKeever
I have gotten 'point-and-print' working, but there are a couple small
issues/questions I am trying to get my grasp around:

- rpcclient print-1201 -U root%secret -c 'enumdrivers'
  this lists the drivers twice (I saw one other post about this,
without any followup)

- When adding drivers via the Windows APW, after uploading the drivers
and the APW closing - are you supposed to CANCEL out of the printers
property window?  If not, the printer on the server get renamed with
how the driver wants to name it

- When the above happens, I have only found the ability to delete the
printer from windows, I have'n't found a rpcclient (or similar) to
delete the printer (ie addprinter opposite)

- Lastly, what happens _if_ two separate print drivers have a same
file name?  Everything gets tucked into the same directory??

Thank You - 
Chris
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Re: 'point-and-print' general questions

2004-09-05 Thread Chris McKeever
On Sun, 5 Sep 2004 15:07:59 -0500, Chris McKeever [EMAIL PROTECTED] wrote:
 I have gotten 'point-and-print' working, but there are a couple small
 issues/questions I am trying to get my grasp around:
 
 - rpcclient print-1201 -U root%secret -c 'enumdrivers'
   this lists the drivers twice (I saw one other post about this,
 without any followup)
 
 - When adding drivers via the Windows APW, after uploading the drivers
 and the APW closing - are you supposed to CANCEL out of the printers
 property window?  If not, the printer on the server get renamed with
 how the driver wants to name it
 

I have figured out that if you dont apply, only the drivers are
uploadined, but they are not associated with the printer - however,
when I do hit OK or apply - the printer property window hangs (it does
however do the association) - but it also changes the name of the
printer to that of the driver in both enumprinters and
\\sambaserver\printers -- but not as what it is shared as in
\\sambaserver\original-sharename

Is this hanging window preventable?


 - When the above happens, I have only found the ability to delete the
 printer from windows, I have'n't found a rpcclient (or similar) to
 delete the printer (ie addprinter opposite)
 
 - Lastly, what happens _if_ two separate print drivers have a same
 file name?  Everything gets tucked into the same directory??
 
 Thank You -
 Chris

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] [OT] network appliances - any such implementations?

2004-08-12 Thread Chris McKeever
I am wondering if there are any such network devices as:

- a CUPS print server which basically gives the CUPS web interface and
then allows you to upload the windows drivers?

- A standalone floppy and/or CD drive that is network attachable.

I know both of these can be easily created using s simple SAMBA
install - just wondering if anyone has taken it one step further and
made a little network appliance for either. one issue I do wonder
though about the CD/FLOPPY idea, how would one get it to automount
(the way windows does)

I have recently seen the LINKSYS network storage devices, which led me
to this type of idea

thanks
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


RE: [Samba] Samba-2.2.8a /LDAP can't join domain

2003-07-11 Thread Chris McKeever
Join the club!  
one thing I found is that if I dont have the master browser setup correctly
(domain logons = yes master browser = yes), then I get that message as well.

are your logs showing anything?

 -Original Message-
 From: PHELPS, SCOTT [mailto:[EMAIL PROTECTED]
 Sent: Friday, July 11, 2003 8:32 PM
 To: [EMAIL PROTECTED]
 Subject: [Samba] Samba-2.2.8a /LDAP can't join domain
 
 
  
  
 -Original Message-
 From: Scott Phelps [mailto:[EMAIL PROTECTED] 
 Sent: Friday, July 11, 2003 9:19 PM
 To: '[EMAIL PROTECTED]'
 Subject: Samba-2.2.8a  LDAP - Can't join Domain - SID mapping error
  
 Hi everyone,
 I am at my wits end and am hoping one of you can help me out.
  
 I am getting the following error when attempting to join 
 Windows XP/2000 machine to the domain:
  
 The following error occurred attempting to join the domain 
 MY_DOMAIN
 No mapping between account names and security IDs was done.
  
 Running Gentoo Linux
 Samba 2.2.8a
 OpenLDAP 2.0.27
  
 I performed the following registry hacks:
 [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\Netlogon\Parameters]
 requirestrongkey=dword:requiresignorseal=dword:
 [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet002\Services\Netlogon\Parameters]
 requirestrongkey=dword:requiresignorseal=dword:
 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Netlogon
 \Parameters]
 requirestrongkey=dword:requiresignorseal=dword:
  
 I am attempting to join the domain as root.
 root was added via smbpasswd -a root
 domain admin group = rootWas placed in my smb.conf
 I set up a fake root user this way in LDAP:
 dn: uid=root,ou=People,dc=virginiabeach,dc=net
 objectClass: top
 objectClass: account
 objectClass: posixAccount
 objectClass: shadowAccount
 objectClass: sambaAccount
 uidNumber: 0
 gidNumber: 0
 homeDirectory: /home/root
 loginShell: /bin/bash
 gecos: root
 shadowLastChange: 0
 shadowMax: 0
 shadowWarning: 0
 userPassword: {SSHA}GN3hrCs7c8Kgd93df23838hHH
 uid: root
 pwdLastSet: 1057974221
 logonTime: 0
 logoffTime: 2147483647
 kickoffTime: 2147483647
 pwdCanChange: 2147483647
 pwdMustChange: 2147483647
 displayName: root
 cn: root
 smbHome: \\MY_PDC\homes
 homeDrive: Z:
 scriptPath: logon.cmd
 profilePath: \\MT-PDC\profiles\root
 rid: 1000
 primaryGroupID: 1001
 lmPassword: 639C041927C79D99AAEJKHRJFHKRJKL
 ntPassword: 6E1766AB79DDFHGJDHFJJHBJFHBJRHR
 acctFlags: [UX ]
  
 The machine name is also in LDAP like this:
 dn: uid=MYMACHINE$,ou=Machine,dc=virginiabeach,dc=net
 objectClass: top
 objectClass: account
 objectClass: posixAccount
 objectClass: shadowAccount
 objectClass: sambaAccount
 uid: MYMACHINE$
 uidNumber: 11014
 gidNumber: 11014
 homeDirectory: /dev/null
 loginShell: /bin/false
 gecos: rid96itlaptop windows machine,,,
 userPassword: {crypt}x
 shadowLastChange: 0
 shadowMax: 0
 shadowWarning: 0
 pwdLastSet: 0
 logonTime: 0
 logoffTime: 2147483647
 kickoffTime: 2147483647
 pwdCanChange: 2147483647
 pwdMustChange: 2147483647
 displayName: MYMACHINE$
 acctFlags: [W]
 rid: 23028
 primaryGroupID: 23029
 homeDrive: U:
 smbHome: 
 profilePath: 
 scriptPath: logon.cmd
 lmPassword: xxx
 ntPassword: xxx
 cn: MYMACHINE$
  
 Everything else works, and I am able to log into Linux and a 
 Samba share using a test user authenticating strictly via LDAP.
  
 Any help is greatly appreciated.  Otherwise I will have no hair left!
  
 Thanks,
  
 -- Scott Phelps
  
 -- 
 To unsubscribe from this list go to the following URL and read the
 instructions:  http://lists.samba.org/mailman/listinfo/samba
 
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


RE: [Samba] Samba/LDAP XP Authentication Weirdness

2003-07-10 Thread Chris McKeever
update -

I turned cachedlogoncount to 0 via the registry and now no one can log in...
while this sounds bad, I think at least it helps me try to figure out what
is going on.

now, with this information, any suggestions?


 -Original Message-
 From: _Chris McKeever_ [mailto:[EMAIL PROTECTED]
 Sent: Thursday, July 10, 2003 2:03 PM
 To: '[EMAIL PROTECTED]'
 Subject: RE: [Samba] Samba/LDAP XP Authentication Weirdness
 
 
 some more logs (sorry, these buggers are big and comparing 
 them is making me
 cross-eyed)
 
  -Original Message-
  From: _Chris McKeever_ 
  Sent: Thursday, July 10, 2003 1:25 PM
  To: _Chris McKeever_; [EMAIL PROTECTED]
  Subject: RE: [Samba] Samba/LDAP XP Authentication Weirdness
  
  
  logs below:
  
  -- Jason Williams Wrote:
  
  Weird stuff happening eh?
  
  Just to get a few things out of the way, the user that is 
  having problems 
  logging on, they have an account on the PDC?
  
   --- all done through ldap, logs show authenticating user 
  fine (below)
  
  The machine account will be there since it has already 
  connected to the 
  PDC. 
  
   --- machine account is in the LDAP
  
  The original user works, but when you create a new user on 
 the XP box 
  and try and log on, you get errors right?
  
   --- I am not creating a new user, just trying to log in (as 
  I did with the first user that works).  I did however try to 
  add that user to the list of power users and that didnt help either.
  
  Anything the logs say?
  
  --- see comments below
  
  
   -Original Message-
   From: _Chris McKeever_ [mailto:[EMAIL PROTECTED]
  
   
   
   Samba 2.2.8a, RH7.3
   
   I have successfully connected machines running XP to the 
   samba controlled
   domain.  
   
   There are 3 XP machines, each with only one user designated 
   as a power user
   (ie domain\username power user).  Each can log into any 
 of the three
   machines without a problem.
   
   Now I am trying to log a different person into any of these 
   machines and I
   get the message System Could Not Log You On.  
   
   I can log into any of these machines with the administrator 
   or my account
   (neither of which are set up in the local users - other than
   computername\administrator).
   
   Any ideas of what is going on?  Did I miss something?  I 
   thought that with
   domain logins that any user can log into the XP machine as 
   long as they are
   set-up correctly via samba, which they are since they can 
   access resources
   from windows 98 machines to samba shares.
   
   Thanks
  
  From the logs it seems like the user is authenticating fine 
  against ldap/samba:
  
  problem user:
  
  [2003/07/10 12:46:59, 3] 
  rpc_server/srv_netlog_nt.c:_net_sam_logon(605)
SAM Logon (Interactive). Domain:[PRUPREF.COM].  User:[jearhart]
  [2003/07/10 12:46:59, 3] smbd/sec_ctx.c:push_sec_ctx(296)
push_sec_ctx(99, 99) : sec_ctx_stack_ndx = 1
  [2003/07/10 12:46:59, 3] smbd/uid.c:push_conn_ctx(285)
push_conn_ctx(100) : conn_ctx_stack_ndx = 0
  [2003/07/10 12:46:59, 3] smbd/sec_ctx.c:set_sec_ctx(328)
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
  [2003/07/10 12:46:59, 5] passdb/pdb_ldap.c:ldap_open_connection(122)
ldap_open_connection: starting...
  [2003/07/10 12:46:59, 10] 
 passdb/pdb_ldap.c:ldap_open_connection(148)
Initializing connection to winnetka.prupref.com on port 389
  [2003/07/10 12:46:59, 2] passdb/pdb_ldap.c:ldap_open_connection(186)
StartTLS issued: using a TLS connection
  [2003/07/10 12:46:59, 2] passdb/pdb_ldap.c:ldap_open_connection(217)
ldap_open_connection: connection opened
  [2003/07/10 12:46:59, 0] passdb/pdb_ldap.c:ldap_connect_system(315)
ldap_connect_system: Binding to ldap server as 
  cn=root,dc=prupref,dc=com
  [2003/07/10 12:46:59, 2] passdb/pdb_ldap.c:ldap_connect_system(331)
ldap_connect_system: succesful connection to the LDAP server
  [2003/07/10 12:46:59, 2] passdb/pdb_ldap.c:ldap_search_one_user(343)
ldap_search_one_user: searching 
  for:[((uid=jearhart)(objectclass=sambaAccount))]
  [2003/07/10 12:47:00, 2] passdb/pdb_ldap.c:get_single_attribute(441)
get_single_attribute: [uid] = [jearhart]
  [2003/07/10 12:47:00, 2] passdb/pdb_ldap.c:init_sam_from_ldap(576)
Entry found for user: jearhart
  [2003/07/10 12:47:00, 2] passdb/pdb_ldap.c:get_single_attribute(441)
get_single_attribute: [pwdLastSet] = [1057792387]
  [2003/07/10 12:47:00, 2] passdb/pdb_ldap.c:get_single_attribute(441)
get_single_attribute: [logonTime] = [0]
  [2003/07/10 12:47:00, 2] passdb/pdb_ldap.c:get_single_attribute(441)
get_single_attribute: [logoffTime] = [2147483647]
  [2003/07/10 12:47:00, 2] passdb/pdb_ldap.c:get_single_attribute(441)
get_single_attribute: [kickoffTime] = [2147483647]
  [2003/07/10 12:47:00, 2] passdb/pdb_ldap.c:get_single_attribute(441)
get_single_attribute: [pwdCanChange] = [0]
  [2003/07/10 12:47:00, 2] passdb/pdb_ldap.c:get_single_attribute(441)
get_single_attribute: 

RE: [Samba] Printing Through Samba From Windows

2003-07-08 Thread Chris McKeever


 -Original Message-
 From: Buck Turgidson [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, July 08, 2003 8:31 AM
 To: [EMAIL PROTECTED]
 Subject: Re: [Samba] Printing Through Samba From Windows
 
 
  you can set the printer up as RAW on the linux side, it 
 then just passes
 the
  print job through to the printer untouched, so yes, your 
 windows machine
  will use its driver, pass it to the linux box  which then 
 in turn passes
 it
  to the printer.
 
 
 Thanks. Is 'Raw' a linux OS setting, or a samba setting?  I 
 haven't gotten
 real deep into samba yet, except for some simple shares.  
 What a great tool,
 though.

i know in CUPS it is a setting on how you control the printer.  I think
using lpd there is a flag  -raw (or something, not sure) that you can pass
to the print command that basically says:

take this job, send it to the printer but dont fart with it...



 
 
 -- 
 To unsubscribe from this list go to the following URL and read the
 instructions:  http://lists.samba.org/mailman/listinfo/samba
 
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


RE: [Samba] Win2K Machine Accounts No Longer Valid after Samba PDC Upgrade (2.2.2 to 2.2.8a)

2003-06-18 Thread Chris McKeever


 -Original Message-
 From: Geoff Stitt [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, June 18, 2003 10:34 AM
 To: [EMAIL PROTECTED]
 Subject: [Samba] Win2K Machine Accounts No Longer Valid after 
 Samba PDC
 Upgrade (2.2.2 to 2.2.8a)
 
 
 My apolgies in posting this again. However I was hoping someone
 had a suggestion...
 
 Symptom:   After upgrading our Primary Domain Controller
from Samba 2.2.2 to Samba 2.2.8a, users attempting 
to login from Windows 2000 clients are no longer 
able to do so. 
 
 Details:   After some research it was discovered that if a Windows
2000 client re-joins the domain served by the upgraded
version of Samba, users are then able to, once again,
log into this domain.
 
It was also discovered that if the Samba PDC was downgraded
to its original version of 2.2.2, any windows 2000 client
that re-joined the domain while the Samba PDC was at  
version 2.2.8a, was still able to log into the domain.
 
As additional information, both versions of the Samba
PDC were compiled on SPARC architecture running Solaris 8.0
 
 
 As the above comments suggest, machine accounts are 
 backward-compatible,
 but *not* forward-compatible between Samba versions 2.2.2 and 2.2.8a.
 
 After researching the Samba mailing lists and newsgroups it is more
 or less understood that in order to deal with problems of this nature
 each windows 2000 machine account needs to be recreated. Which is
 a very time-consuming effort.
 
 Is there a better way to deal with this upgrade path?
 
 Ideally where I don't have to visit each windows 2000 machine in order
 to re-create their machine accounts?  A migration utility or set of
 server-side steps perhaps? 
 
 ...geoff
 

I cant comment on the compatibility issues, but you could make an account
that will allow the addition of the machines to the domain and then set the
add user script to do the rest.  Granted you will have to ask your users to
do some work, but it is better than schleping all over.

Another suggestion would be fo r future to put a remote viewer app on your
clients (tightvnc.com) that will allow you to do it all remotely.

 -- 
 To unsubscribe from this list go to the following URL and read the
 instructions:  http://lists.samba.org/mailman/listinfo/samba
 
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


RE: [Samba] wins support = yes time server = yes

2003-06-03 Thread Chris McKeever
. 
#
# A private printer, usable only by fred. Spool data will be placed in
fred's
# home directory. Note that fred must have write access to the spool
directory,
# wherever it is.
;[fredsprn]
;   comment = Fred's Printer
;   valid users = fred
;   path = /homes/fred
;   printer = freds_printer
;   public = no
;   writable = no
;   printable = yes

# A private directory, usable only by fred. Note that fred requires write
# access to the directory.
;[fredsdir]
;   comment = Fred's Service
;   path = /usr/somewhere/private
;   valid users = fred
;   public = no
;   writable = yes
;   printable = no

# a service which has a different directory for each machine that connects
# this allows you to tailor configurations to incoming machines. You could
# also use the %u option to tailor it by user name.
# The %m gets replaced with the machine name that is connecting.
;[pchome]
;  comment = PC Directories
;  path = /usr/pc/%m
;  public = no
;  writable = yes

# A publicly accessible directory, read/write to all users. Note that all
files
# created in the directory by users will be owned by the default user, so
# any user with access can delete any other user's files. Obviously this
# directory must be writable by the default user. Another user could of
course
# be specified, in which case all files would be owned by that user instead.
;[public]
;   path = /usr/somewhere/else/public
;   public = yes
;   only guest = yes
;   writable = yes
;   printable = no

# The following two entries demonstrate how to share a directory so that two
# users can place files there that will be owned by the specific users. In
this
# setup, the directory should be writable by both users and should have the
# sticky bit set on it to prevent abuse. Obviously this could be extended to
# as many users as required.
;[myshare]
;   comment = Mary's and Fred's stuff
;   path = /usr/somewhere/shared
;   valid users = mary fred
;   public = no
;   writable = yes
;   printable = no
;   create mask = 0765



 -Original Message-
 From: John H Terpstra [mailto:[EMAIL PROTECTED]
 Sent: Saturday, May 10, 2003 11:10 AM
 To: Chris McKeever
 Cc: [EMAIL PROTECTED]
 Subject: Re: [Samba] wins support = yes time server = yes
 
 
 On Sat, 10 May 2003, Chris McKeever wrote:
 
  When I set:
 
  wins support = yes
  time server = yes
 
  my wins service stops working and no computers show up in 
 the network
  neighborhood..as soon as I change time server = no, they start to
  re-populate.
 
  I have looked around and havent found a definitive answer 
 (apologies if I
  overlooked it)...
 
  but if someone could tell me if this is a documented issue, 
 or just me that
  woudl be great
 
 I can not see anywhere in the source code that time server 
 may affect WINS
 operation.
 
 Send me your smb.conf and I will give you feedback.
 
 
 - John T.
 -- 
 John H Terpstra
 Email: [EMAIL PROTECTED]
 
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


RE: [Samba] required entries in ldap for samba...

2003-06-01 Thread Chris McKeever

  I sucesfully linked my samba install with a ldap database, 
 and smbpasswd -a
 works with user adds, etc.  But - I know that in order to 
 join the domain
 from WIN2K and XP I need to provide a username/password - 
 exactly what ldif
 entries are needed in my ldap db for that?  Is it 'administrator' with
 a uid of 0 - Can I use smbpasswd to make this, or ldif/ldapadd?
 
  Thanks
 

you need to make a machine account (that is what the username/password
allows)

There is a utility called smbldap-tools which has a user add script that can
be called transparently when trying to join a computer to the domain.  This
script creates the machine account (machinename$).  You could create them by
hand but that becomes a bit more laborious.

When it asks you for an authorized user/password you can simply use
root/password or if you have domain admin group defined, any of those users
will let allow the script to execute and create the machine account.

 -- 
 
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


RE: [Samba] Users losing connection at random

2003-05-30 Thread Chris McKeever
what linux distro are you using...I had myseterious dropped connections with
SUSE

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
 Sent: Thursday, May 29, 2003 3:30 PM
 To: [EMAIL PROTECTED]
 Subject: [Samba] Users losing connection at random
 
 
 First let me start off by thanking you for your time.
 
 I have what I think is a unique problem.  Daily on average 
 there are about 
 67 users that connect to my server.  Usually I will get a 
 call from 1 or 2 
 of them in the morning saying that they cannot log onto the 
 server.  The 
 message they keep receiving is that their domain password is 
 incorrect.  I 
 have exhausted myself with research and cannot find a fix for 
 this.  So 
 far my only resolution has been to restart the smb service.  
 Once I do 
 that, my two users can immediately log in.  This as you can 
 guess creates 
 issues for those who were logged in.  Also, at some point 
 during the day I 
 will get a series of calls from a different set of users 
 stating that they 
 cannot access they're share anymore.  But, if we wait five 
 minutes or so 
 it comes right back.  There is no need to log off and back on 
 again. Print 
 ques also seem to be affected.
 
 I've tried to look for something that is consistent about 
 this problem and 
 so far it is only the times of day that it happens.  Usually 
 around 9am or 
 1pm.  Nothing else clicks.  I'm using '98, 2k and XP clients 
 throughout my 
 building.  It originally started out that it was only the '98 
 systems who 
 were effected but lately it has spread to some 2k machines.  
 XP does not 
 have the password problem but we do lose access to shares.  
 It just seems 
 to randomly pick users at will.  It does not keep happening 
 to the same 
 individual or machine.
 
 On top of all of that my putty (ssh) sessions now blow up 
 once in a while. 
  I was using webmin as a guide but it kept going wild on my 
 smbpasswd file 
 so I removed it.  Since it's removal my files have not been 
 mysteriously 
 altered.
 
 Has anyone else experienced the same problem and can help 
 guide me in the 
 right direction?
 -- 
 To unsubscribe from this list go to the following URL and read the
 instructions:  http://lists.samba.org/mailman/listinfo/samba
 
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Backup - suggestions needed....

2003-03-12 Thread Chris McKeever
Linux RH 7.3, Samba 2.2.7a
NT 4.0 SP6 - Backup Exec 8.5

The linux box is running the Backup Exec client for Unix
('http://seer.support.veritas.com/docs/192093.htm')

Occasionally, when doing a backup the entire linux system freezes.  I have
to do a hard reboot without a shutdown, etc.
There is 40 plus gigs on the backup, so I dont think a tar and copy would be
bery efficient.

I am wondering a couple things here:

1.  Is anyone successfull with doing a backup off of linux using BE and the
BE agent for UNIX?

2.  Is there a better way to do this?  I thought I could be able to connect
to the samba share and pull it off that way, but that doesnt work...

Any help on this would be greatly appreciated.
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


RE: [Samba] smbpasswd question

2003-03-12 Thread Chris McKeever
is winbind running?

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 12, 2003 3:04 PM
To: [EMAIL PROTECTED]
Subject: [Samba] smbpasswd question


When I add my windows id and password to the smbpasswd -a it works fine, 
however I need to add all the users to the smbpasswd and I do not know 
everyone's password.  Is there a way to get this password directly from 
the PDC.  I have the smb.conf file setup as security = domain and the 
machine successfully joined the domain a week ago.


Mathew Spurgeon
Eli Lilly and Company
Software Engineering Support Team
Phone: (317)  276-7436
Mobile:  (317)  716-7789
http://mcntstep03.d51.lilly.com/SEST
[EMAIL PROTECTED]
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


RE: [Samba] smbpasswd question

2003-03-12 Thread Chris McKeever
do they need local account on the samba machine? if not you can just do all
password validation off the PDC
 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 12, 2003 3:15 PM
To: Chris McKeever
Cc: [EMAIL PROTECTED]
Subject: RE: [Samba] smbpasswd question



No winbind is not running. 
Each user has an account on the UNIX machine

Mathew Spurgeon
Eli Lilly and Company
Software Engineering Support Team
Phone: (317)  276-7436
Mobile:  (317)  716-7789
http://mcntstep03.d51.lilly.com/SEST
[EMAIL PROTECTED] 



Chris McKeever [EMAIL PROTECTED] 


03/12/2003 04:07 PM 



To:'[EMAIL PROTECTED]'
[EMAIL PROTECTED], [EMAIL PROTECTED] 
cc: 
Subject:RE: [Samba] smbpasswd question



is winbind running?

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 12, 2003 3:04 PM
To: [EMAIL PROTECTED]
Subject: [Samba] smbpasswd question


When I add my windows id and password to the smbpasswd -a it works fine, 
however I need to add all the users to the smbpasswd and I do not know 
everyone's password.  Is there a way to get this password directly from 
the PDC.  I have the smb.conf file setup as security = domain and the 
machine successfully joined the domain a week ago.


Mathew Spurgeon
Eli Lilly and Company
Software Engineering Support Team
Phone: (317)  276-7436
Mobile:  (317)  716-7789
http://mcntstep03.d51.lilly.com/SEST
[EMAIL PROTECTED]
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba




-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


RE: [Samba] File permission for group

2003-03-06 Thread Chris McKeever
I think I had the same problem.  It wound up being a smb.conf change:

force directory mode
force create mode

and then you can put the masks that you want

I am rather new to this and apologize if this is not correct


 -Original Message-
 From: Sathi [mailto:[EMAIL PROTECTED]
 Sent: Thursday, March 06, 2003 3:42 AM
 To: [EMAIL PROTECTED]
 Subject: [Samba] File permission for group
 
 
 Hello All,
 
 I am running samba-2.2.4 as PDC.
 
 I created a share in samba as given below
 
 [Share]
comment = Share
path = /Store/share
valid users = @share
create mask = 0777
directory mode = 0775
browseable = yes
writable = yes
 
 
 If a user from share group creates a file in the folder 
 /Store/share only
 that yours can access that file.If another user from same 
 group tries to
 access the file he gets access denied.
 
 How to configure Share so that all the users in the group can 
 have full
 access to a file which was created by one the user in the same group
 
 Adv thanks and Regards,
 Sathi
 
 -- 
 To unsubscribe from this list go to the following URL and read the
 instructions:  http://lists.samba.org/mailman/listinfo/samba
 
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Directory/File Permissions

2003-03-03 Thread Chris McKeever
I just got samba up and running using WINBIND to authenticate againt NT4.0.
The one thing that I notice it that the owner/group gets flagged as the
person logged in creating the file (which makes sense).  However, I would
like these files to be accessible by anyone that is allowed into the
directory using the write list and valid users attributes of the smb.conf
file.

I am thinking that it may be something with umask on the directory tree.  Is
this going in the correct direction? Is there a way to make it globally
readable/writeable by everyone without having to run something everytime a
file is created?

Thanks
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


RE: [Samba] Samba and BackupExec

2003-02-19 Thread Chris McKeever
What OS..I had a similar issue with SuSe, and since they dont supprot it I
need to change to REDHAT.

You are using thier backup agent?


-Original Message-
From: Stephen Carville [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 19, 2003 1:46 PM
To: Samba List
Subject: [Samba] Samba and BackupExec


I am using Veritas BackupExec to backup Exchange to a RAID -5 set on a samba

server.  These backups always fail on verify with. An inconsistency was 
encountered on the storage media.  The information store backup goes so far

as to mark the folder offline.  Two other machines back up to the folder
with 
no problems.  

Veritas is claiming that samba is at fault and has to be upgraded,  However,

considering they told me this without even asking what version I am using, I

figure they are just pointing fingers and I wasted the price of the support 
call.  So, is anyone aware of problems backing up and exchange server to a 
samba share that would not affect other NT backups.

I am using samba 2.2.1a

-- 
Stephen Carville
UNIX and Network Administrator
DPSI (formerly Ace USA Flood Services)
310-342-3602
[EMAIL PROTECTED]
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba



RE: [Samba] Samba and BackupExec

2003-02-19 Thread Chris McKeever
I needed to install thier UNIX agent to even start to backup to/from the
linux box..but it looks like you have two machines that are working well,
are they WIN2K machines or linux machines?

-Original Message-
From: Stephen Carville [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 19, 2003 2:04 PM
To: Samba List
Cc: Chris McKeever
Subject: Re: [Samba] Samba and BackupExec


On Wednesday February 19 2003 11:51 am, Chris McKeever wrote:
 What OS..I had a similar issue with SuSe, and since they dont supprot it I
 need to change to REDHAT.

Oops sorry,  I am using Redhat 7.2 with the stock 2.4.7-10 kernel.  BE is 
version 8.6 rev 3808 running on a W2K server.

 You are using thier backup agent?

Only from the Exchange server to the backup server.  From there I define a 
folder on the Linux box as a device and tell BE to  write the backup data to

the share.  I do not use BE to backup any of the UNIX boxes -- I don't know 
If I'd live long enough for it to complete :-)


 -Original Message-
 From: Stephen Carville [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, February 19, 2003 1:46 PM
 To: Samba List
 Subject: [Samba] Samba and BackupExec


 I am using Veritas BackupExec to backup Exchange to a RAID -5 set on a
 samba

 server.  These backups always fail on verify with. An inconsistency was
 encountered on the storage media.  The information store backup goes so
 far

 as to mark the folder offline.  Two other machines back up to the folder
 with
 no problems.

 Veritas is claiming that samba is at fault and has to be upgraded, 
 However,

 considering they told me this without even asking what version I am using,
 I

 figure they are just pointing fingers and I wasted the price of the
support
 call.  So, is anyone aware of problems backing up and exchange server to a
 samba share that would not affect other NT backups.

 I am using samba 2.2.1a

-- 
Stephen Carville
UNIX and Network Administrator
DPSI (formerly Ace USA Flood Services)
310-342-3602
[EMAIL PROTECTED]
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba



[Samba] oplocks and pagemaker files

2002-12-02 Thread Chris McKeever
SuSE 7.2, Samba 2.2.6
User plaform WIN98se

Was wondering if someone could point me to information regarding oplocks (I
read the man on smb.conf regarding that and level2 oplocks)...

I needed to set oplocks = no  and level2 oplocks = no in order for them to
be able to open pagemaker files from the samba server...otherwise it would
say 'can not open file'

I am just trying to get a grip on oplocks, what it is used for, how setting
it to no affects the performance, and why I needed to set it to no

Thanks

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba



[Samba] NT username/password export

2002-11-21 Thread Chris McKeever
Sorry for all the newbie questions...

I could have sworn I saw something about a utility that exports the SAM
database from NT into Linux..
seems like it is the lego syndrome, saw it while doing WINBIND searches,
can't find it elsewise...anyway...could someone point me in the right
direction?

I want to export my users from NT to linux with passwordsif that is
impossible, I also have all the users passwords encrypted and sync'd on the
webserver as MD5 hash...I can easily make a text file of those
username/pasword pairs and then try to make a script to loop it and make new
/etc/passwd and /etc/shadow entries...

Any help is appreciated


-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba



RE: [Samba] NT username/password export

2002-11-21 Thread Chris McKeever
Thanks for those utiltiies...I knew i saw them somewhere...I was successful
in creating a smbpasswd file using the pwdump utility..

Now here is my question (maybe someone know a work around):

If a username/password pair exists in the smbpasswd file...is there a way
that the corresponding username/UID pair does not need to exist in the
passwd file?  I guess what I am hoping for is a way samba can just
autheticate off of the smbpasswd file so I dont have to script out a useradd
based on that pwdump file.

Thanks
Chris

-Original Message-
From: Ronan Waide [mailto:[EMAIL PROTECTED]]
Sent: Thursday, November 21, 2002 8:44 AM
To: Chris McKeever
Cc: '[EMAIL PROTECTED]'
Subject: Re: [Samba] NT username/password export


On November 21, [EMAIL PROTECTED] said:
 Sorry for all the newbie questions...
 
 I could have sworn I saw something about a utility that exports the SAM
 database from NT into Linux..
 seems like it is the lego syndrome, saw it while doing WINBIND searches,
 can't find it elsewise...anyway...could someone point me in the right
 direction?

There are two ways of doing this that I'm aware of: pwdump and net rpc
vampire. The former is an exe that runs on the domain controller and
dumps out (I think) a smbpasswd-format file, the latter uses similar
methods to BDC synchronization to extract the information. pwdump
should turn up in any halfway decent google search, and net rpc
vampire is part of the current CVS.

Cheers,
Waider.
-- 
[EMAIL PROTECTED] / Yes, it /is/ very personal of me.

At the end of every seven years thou shalt make a release.
   - Deuteronomy on software
schedules
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba



RE: [Samba] NT username/password export

2002-11-21 Thread Chris McKeever
This is what I have tried with thier respective outcomes:

1.  no local or samba accounts - strictly use winbind to authenticate off NT
PDC
AUTHENTICATION SUCCESS
2.  export NT passwords using pwdump move that to the linux box changing
permissions and group to 600 and root, create local users using useradd -u
RID
AUTHENTICATION SUCCESS
3.  changed one username in the pwdump to a user that is not on the PDC,
created the respective local account (this was to verify I still wasnt
authenticating off the NT PDC)
AUTHENTICATION SUCCESS
4.  removed that local user
AUTHENTICATION FAILURE

Doing number 4 is what brought me to my last email.  It would make
sense that the smbpasswd file has a username/password and one can just
authenticate off that file..but it doesnt seem to want to behave like that
out of the box...

The reason I am trying this is that I would like to migrate over to
strictly Linux backend and am trying to find the most efficient way to
create user password files

Any other suggestions would be appreciated

Chris


-Original Message-
From: Ronan Waide [mailto:[EMAIL PROTECTED]]
Sent: Thursday, November 21, 2002 11:20 AM
To: Chris McKeever
Cc: '[EMAIL PROTECTED]'
Subject: RE: [Samba] NT username/password export


On November 21, [EMAIL PROTECTED] said:
 Thanks for those utiltiies...I knew i saw them somewhere...I was
successful
 in creating a smbpasswd file using the pwdump utility..
 
 Now here is my question (maybe someone know a work around):
 
 If a username/password pair exists in the smbpasswd file...is there a way
 that the corresponding username/UID pair does not need to exist in the
 passwd file?  I guess what I am hoping for is a way samba can just
 autheticate off of the smbpasswd file so I dont have to script out a
useradd
 based on that pwdump file.

Right now, as I understand it, you must have a unix account to
correspond to the SMB account. I thought that winbindd might alleviate
this in the particular situation I'm dealing with, but it doesn't
appear to be the case. Perhaps manually building your smbpasswd
obviates the requirement for such accounts.

So.

I'd suggest you try joining to your domain, then fire up winbindd, and
see what happens.

And, of course, report back :)

Cheers,
Waider.
-- 
[EMAIL PROTECTED] / Yes, it /is/ very personal of me.

Veep says, you could scream MY PANTS ARE FULL OF EELS with a big smile or
a big grimace on your face. good stuff
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba



RE: [Samba] Samba as BDC in NT domain

2002-11-21 Thread Chris McKeever
I am trying to work out a work around for this...I have used PWDUMP to
extract the NT SAM into a smbpasswd file.

Theoretically..one could write a script that would then parse that file and
run useradd -u RID to create the local accountsI have done it manually
and it works very well (there is some issue with the groups, but I guess
that is a secondary battle)

what I would like to do is just circumvemt the need for the local users and
pull the password from the smbpasswd...but as I write this I think the
reason samba needs a local account for local authentication is the groups..



-Original Message-
From: Robert Adkins [mailto:[EMAIL PROTECTED]]
Sent: Thursday, November 21, 2002 2:55 PM
To: Pasi Holmström; [EMAIL PROTECTED]
Subject: RE: [Samba] Samba as BDC in NT domain


I have only read that Samba is able to act as a BDC for another Samba PDC   
system. It is unable to act as a BDC for a Windows PDC due to the   
secreted method that Microsoft uses to transfer the SAM data to other   
Domain Controllers.

Regards,
Robert Adkins II
IT Manager/Buyer
Impel Industries, Inc.
Ph. 586-254-5800
Fx. 586-254-5804


 -Original Message-
From: Pasi Holmström [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 20, 2002 3:14 PM
To: [EMAIL PROTECTED]; Robert Adkins
Subject: [Samba] Samba as BDC in NT domain

   

I have this problem: there is a subnet 192.168.6.0/24 and the gateway is
192.168.6.1 which has also another nic 172.21.13.123 which belongs to
subnet 172.21.13.0  where the PDC of NT-domain is. GW does NAT and it
causes that computers/users in subnet 192.168.6.0 cant logon to   
NT-domain.
Is it possible to put Samba in GW machine so that it can be a backup   
domain
controller in NT-domain and it uses username:passwd combinations from PDC
and login becames possible?
If so, how can it be done?

pasi h

 --
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba



[Samba] WINBIND cache and security

2002-11-20 Thread Chris McKeever
Two logistic questions regarding winbind:

1.  I am not clear based on the description as to the winbind cache.  I am
wondering if the PDC of the network goes down, if the WINBIND cache maintain
the passwords as well as the user/group information...ORif with each
request the server actually polls the PDC to get the password?

2.  Currently, since I am using full NT user/group authentication without
any local users, I have the directory permissions set to 777..is this the
correct way to do it, it was the only way I could ifnd to let read/write
access?  In addition, if there is a sub-directory that needs different
access rights, can that not be achieved because I am using the NT
authentication?

Thanks
Chris McKeever
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba



FW: [Samba] RE: Backup Samba Using ARCServe

2002-11-19 Thread Chris McKeever
I am running veritas, and I needed to install a UNIX AGENT from veritas on
the linux box.  It didnt make much sense to me that I couldn't just do a
backup through the samba share...



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]
Sent: Monday, November 18, 2002 10:48 PM
To: [EMAIL PROTECTED]
Subject: [Samba] RE: Backup Samba Using ARCServe


Hi Norman,

if you use winbind then you can access a share using normal windows NT boxes
like your Arcserve server.  However, you must use a DOMAIN Account(not unix
account), ie.  MYDOMAIN\Administrator.

You could map a temporary drive from NT lie this: net use t:
\\sambaserver\backupshare password /user:mydomain\Administrator

A problem is the area of file permissions and ACLS.  First of all your
backup account must have read permission to this share for this to work.
Secondly I am quite certain that a restore with Arcserve will not have the
correct permissions /acls.  

I get around this by using tar -cp to make a first unix backup capturing
permission settings.  Arcserve then simply collects the tar files from this
share.  If you use ACLs you need to use a different unix utility like star
or xfsdump (if you use an XFS file system).

Some versions of Arcserve can only backup local files...


hope this helps

---FROM---
Patrick Niessen 
IT-Manager / Planning  Controlling 
Gerling Allgemeine Versicherungs-AG, Japan Branch
fQ[fSffOEfAffQf}fCfl*ÛOE¯?ïZÐ ú-{ZxX
TEL. +81-3-5214-1361 / FAX. +81-3-5214-1365
URL: http://www.gerling.co.jp




 
 Message: 18
 From: Norman Zhang [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Date: Mon, 18 Nov 2002 16:40:40 -0800
 Subject: [Samba] Backup Samba Using ARCServe
 
 Hi,
 
 Has anyone have success backing up Samba share using 
 ARCServe? I can copy/modify files on the Samba share from the 
 backup machine, but cannot login using ARCServe for backup. 
 Would someone please share their experience? I thought 
 windbind would work for the login facility.
 
 Regards,
 Norman
 
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba



RE: [Samba] joining an NT PDC, WinNT user privileges

2002-11-18 Thread Chris McKeever
I just finished doing this myself (and now am trying to set it up at work).
Joining the computer to the domain smbpasswd -j (from the winbind man) justs
creates a computer account for the samba share..from my understanding, that
has nothing to do with the actual samba shares that will be implemented..so
you just need to use the smbpasswd -j command with a user account that has
enough priviledge to add a computer to the domain.

The priviledges for files are created in the smb.conf file where you dictate
read/write priviledges based on the NT account information

My hardest part was configuring the pam modules to allow samba access
without needing to setup local linux and samba accounts...100% off the
domain user table


-Original Message-
From: Daniel E. Coletti [mailto:[EMAIL PROTECTED]]
Sent: Monday, November 18, 2002 10:00 AM
To: [EMAIL PROTECTED]
Subject: [Samba] joining an NT PDC, WinNT user privileges


Hi,
I've been looking for this information, but I couldn't find it
anywhere.
I have a samba (2.2.3) on debian (woody) and I mean to configure
this
server with winbind so it can authenticate domain users. The PDC is at a
NT server.
My question is is very simple ... what are the *exact* privileges I
need to give the user I use to join the domain? Winbind docs says use
'Administrator'. Since this Win PDC tries to be as secure as possible,
using the PDC admin user for this samba server is something I'm not
allowed to do.

thanks,

daniel///
-- 
Daniel E. Coletti
XTech (Soluciones Linux para Empresas) - http://www.xtech.com.ar
Tel/Fax: ++5411 5236-
Viamonte 845 - Piso 16 - Segundo Cuerpo
Buenos Aires, Argentina

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba



RE: [Samba] Re: Welcome to the samba mailing list (Digest mode)

2002-11-18 Thread Chris McKeever
2.2.6 works like a champ..go to the mailing list archive and look for some
threads of mine on this topic from this month...I just did this myself

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Monday, November 18, 2002 9:59 AM
To: [EMAIL PROTECTED]
Subject: [Samba] Re: Welcome to the samba mailing list (Digest mode)



I am trying to get information on the latest version of samba that does
security validation on the W2K server and does not require a UNIX id and
password entry. I have been told that the security validation is done with
sonething called WINBIND. I would like to download this version of samba.
Can you help me?

Dan Boskovich



-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba



[Samba] openantivirus - samba-vscan

2002-11-18 Thread Chris McKeever
Does anyone have any comment regarding open-antivirus?
I am looking for a FAQ or how-to as well as feedback on people's experiences
with it.

http://freshmeat.net/projects/samba-vscan/?topic_id=43%2C150
http://www.openantivirus.org/

if anyone is interested, the RPM's are at samba

Thanks

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba



RE: [Samba] WINBIND configuration and NT Authentication]

2002-11-17 Thread Chris McKeever
Mikko..you hit the nail on the head with the PAM configuration...
I will fiddle around with those sites to try to get i going (I already
locked myself out once...wonderful!)
If any one has working pam config files that they could post or email, that
would be great.
Does one need to restart a pam service after changes are made? If so..how?


-Original Message-
From: Mikko Rautiainen [mailto:[EMAIL PROTECTED]]
Sent: Sunday, November 17, 2002 3:56 AM
To: Samba ML
Subject: Re: [Samba] WINBIND configuration and NT Authentication]


Hi,


Yes it's possible to authenticate users from win 2000 server with 
winbind. For me
the PAM configuration was the hardest part. I used mandrake 9 and it has 
a realy
good pre config. And if you want to modify the folder/file permissions 
from NT/W2k
PDC then don't use ReiserFS as the filesystem. Use either EXT3 or XFS. 
Mayby the
ReiserFS 4 will have the ACL support.
I have had dificulties with suse and samba. Like my suse8 home server 
needs a restart
after 2 days and I don't know the reason why. I just lose the connection 
to the samba.

So the winbind part was easy to make work in mandrake 9, just need to 
config smb.conf
right and thats about it. The PAM is a bit harder (to me at least). PAM 
is the key for the
linux end to understand to use the winbind connection. If not correctly 
cinfigured it can't
get the authentication from the Win NT/2k PDC.

Here are some links that was helpful for me.
http://archives.neohapsis.com/archives/pam-list/2001-10/0038.html
http://ma.ph-freiburg.de/tng/tng-users/2001-06/msg00025.html
http://www.samba.org/samba/docs/Samba-HOWTO-Collection.html (very helpful)

Hope these help

Mikko Rautiainen


Chris McKeever wrote:

Setup: 
   Suse 7.2, Samba 2.2.6
   Win 2K PDC

Project:
I would like to use winbind to authenticate users that do not have local
accounts on the linux machine for access to various file and print shares.
I have gotten winbind to successfully grab the user and groups from the NT
box (verified by getent passwd).  However, I have had little luck obtaining
the permission based file share that I would like.

Questions:
1.  Do users accessing the share need local accounts?
   a. if so, is there a way to export users from win2k into linux?
2.  Can you use NT groups in the smb.conf file to control access?
3.  The documentation on winbind
http://us2.samba.org/samba/docs/man/winbindd.8.html almost makes it sound
as
if it may be possible to authenticate NT users and grant them login rights
(actual session login rights, not samba shares) to the linux machine.  Is
this true?  If so is there additional configuration to achieve this
assuming
quesiton 1 has been answered and setup properly?
4.  Does anyone know of further online winbind documentation?

Thanks in advance...

Chris McKeever







-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba



FW: [Samba] WINBIND configuration and NT Authentication]

2002-11-17 Thread Chris McKeever
Thanks Mikko - pieced the 3 links you sent and got new configs...

Well..I have successfully got the PAM files so NT users can login from the
terminal as well as through the samba shares (no local users required),
including using the NT groups to provide share level permissions.

Now here is the next battle:

1.  I can not access the shares using the linux local accounts
-- recieve: the credentials supplied confilict with an exisitng set
of credentials
is this another PAM configuration problem?

2.  I can't configure the homes directory to be a default path (ie path =
/home/userfile)
-- recieve: the specified network password is not correct
-- creating this as a standard [userfile] share with read only
allowed works

any help would be appreciated



-Original Message-
From: Chris McKeever [mailto:[EMAIL PROTECTED]]
Sent: Sunday, November 17, 2002 9:55 AM
To: '[EMAIL PROTECTED]'
Subject: RE: [Samba] WINBIND configuration and NT Authentication]


Mikko..you hit the nail on the head with the PAM configuration...
I will fiddle around with those sites to try to get i going (I already
locked myself out once...wonderful!)
If any one has working pam config files that they could post or email, that
would be great.
Does one need to restart a pam service after changes are made? If so..how?


-Original Message-
From: Mikko Rautiainen [mailto:[EMAIL PROTECTED]]
Sent: Sunday, November 17, 2002 3:56 AM
To: Samba ML
Subject: Re: [Samba] WINBIND configuration and NT Authentication]


Hi,


Yes it's possible to authenticate users from win 2000 server with 
winbind. For me
the PAM configuration was the hardest part. I used mandrake 9 and it has 
a realy
good pre config. And if you want to modify the folder/file permissions 
from NT/W2k
PDC then don't use ReiserFS as the filesystem. Use either EXT3 or XFS. 
Mayby the
ReiserFS 4 will have the ACL support.
I have had dificulties with suse and samba. Like my suse8 home server 
needs a restart
after 2 days and I don't know the reason why. I just lose the connection 
to the samba.

So the winbind part was easy to make work in mandrake 9, just need to 
config smb.conf
right and thats about it. The PAM is a bit harder (to me at least). PAM 
is the key for the
linux end to understand to use the winbind connection. If not correctly 
cinfigured it can't
get the authentication from the Win NT/2k PDC.

Here are some links that was helpful for me.
http://archives.neohapsis.com/archives/pam-list/2001-10/0038.html
http://ma.ph-freiburg.de/tng/tng-users/2001-06/msg00025.html
http://www.samba.org/samba/docs/Samba-HOWTO-Collection.html (very helpful)

Hope these help

Mikko Rautiainen


Chris McKeever wrote:

Setup: 
   Suse 7.2, Samba 2.2.6
   Win 2K PDC

Project:
I would like to use winbind to authenticate users that do not have local
accounts on the linux machine for access to various file and print shares.
I have gotten winbind to successfully grab the user and groups from the NT
box (verified by getent passwd).  However, I have had little luck obtaining
the permission based file share that I would like.

Questions:
1.  Do users accessing the share need local accounts?
   a. if so, is there a way to export users from win2k into linux?
2.  Can you use NT groups in the smb.conf file to control access?
3.  The documentation on winbind
http://us2.samba.org/samba/docs/man/winbindd.8.html almost makes it sound
as
if it may be possible to authenticate NT users and grant them login rights
(actual session login rights, not samba shares) to the linux machine.  Is
this true?  If so is there additional configuration to achieve this
assuming
quesiton 1 has been answered and setup properly?
4.  Does anyone know of further online winbind documentation?

Thanks in advance...

Chris McKeever







-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba



[Samba] WINBIND configuration and NT Authentication

2002-11-16 Thread Chris McKeever
Setup: 
Suse 7.2, Samba 2.2.6
Win 2K PDC

Project:
I would like to use winbind to authenticate users that do not have local
accounts on the linux machine for access to various file and print shares.
I have gotten winbind to successfully grab the user and groups from the NT
box (verified by getent passwd).  However, I have had little luck obtaining
the permission based file share that I would like.

Questions:
1.  Do users accessing the share need local accounts?
a. if so, is there a way to export users from win2k into linux?
2.  Can you use NT groups in the smb.conf file to control access?
3.  The documentation on winbind
http://us2.samba.org/samba/docs/man/winbindd.8.html almost makes it sound as
if it may be possible to authenticate NT users and grant them login rights
(actual session login rights, not samba shares) to the linux machine.  Is
this true?  If so is there additional configuration to achieve this assuming
quesiton 1 has been answered and setup properly?
4.  Does anyone know of further online winbind documentation?

Thanks in advance...

Chris McKeever




-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba