Displaying 20 results from an estimated 3000 matches similar to: "password expire in samba PDC"
2001 Nov 05
4
trusth realtions between samba PDC and NT PDC
i have a samba PDC and a NT PDC working in mi local net..
in the samba PDC there are around 800 users.. in the NT PDC there are aroun
400 users..
i want my user to can use the shares of the NT and the shares of the clients
of the NT..
in Microsoft terms this is called Trusth relationship..
how can i do this with samba?
thx!
2001 Nov 01
2
Profiles store in server
you could use the "veto files =" option in [global]
set a list of files/folders to be invisible to the users like this:
veto files = /*.vbs/*.eml/Desktop/Cookies/
...and on and on and on...
It's a quick and easy fix. Otherwise you'll have to use
logon home = \\%N\%U
logon path = \\%N\%U
options to specify another directory altogether to store profiles.
Regards,
Alan B.
2001 Dec 01
4
features in samba 3.alpha
now that samba3 compile in my redhat 7.2 i want to test it..
reading the documentation that described the new features supported in
samba3alpha i cant find too much explanation.. and here is the quiz:
now from a win9x client when i see the list of users, i can see groups for
adding to my win9x clients shares??
what is the state of support of changing password from a terminal like NT
SERVER
2001 Dec 17
3
benchmarks
http://www.xent.com/FoRK-archive/apr99/0265.html
read this.. how this is posible??
2002 Feb 26
5
winbind problem with existing linux user accounts. (S amba 2.2.3a)
Thank you for your reply.
Below are the entries for winbind I have in my smb.conf. Do you see any
problems with them?
# separate domain and username with '+', like DOMAIN+username
winbind separator = +
# use uids from 10000 to 20000 for domain users
winbind uid = 10000-20000
# user gids from 10000 to 20000 for domain groups
winbind gid = 10000-20000
# allow enumeration of winbind users
2001 Nov 08
2
Log time report
Does anybody knows how can I have the access (just for analises) to the
total time of use (logout - login) of each client win98 from a server
running Linux/Samba?
Thanks
Daniel
2001 Dec 26
3
Password Aging/Expiration in Samba 3?
Is password aging/expiration a functional feature in
Samba 3? I have compiled and installed the alpha 12
release and while I can set password aging in the
account policies via NT's account manager, Samba 3
does not seem to be honoring it.
__________________________________________________
Do You Yahoo!?
Send your FREE holiday greetings online!
http://greetings.yahoo.com
2001 Nov 19
2
(no subject)
confirm 394246
Med venlig hilsen
damixa a/s
Jytte Nielsen
email: jn@damixa.dk
tlf: 63102273
fax: 63102207
2009 Mar 06
2
pdbedit dosen't send the sambaSID to the ldap
Hi people: I have a Debian etch stable with the latests updates.
When I try to join a computer to the domain I create the
machine on the ldap and its created with the following atributes:
dn:cn=test$,ou=Machines,dc=domain,dc=org
objectClass: top
objectClass: inetOrgPerson
objectClass: posixAccount
uidNumber: 3123
uid: test$
cn: test$
sn: test$
gidNumber: 604
homeDirectory: /dev/null
loginShell:
2006 Dec 26
2
password strenght doubt
Hi people! I have a few problems with the password strength in Samba.
I have a PDC with LDAP on Debian Stable, with a few packages from backports.
The problem is that I can't find a way to enforce strenght to the
passwords of the users. I can't define a policy to force things like:
number of uppercase letters, number of downcase letters, number of
numbers in the password, to check the
1999 Aug 05
5
Authentication Question
Is is possible to have samba, upon request from the client machine, query
a remote database for the username associated with the client machine, and
accept that as user authentication?
--
ian
2007 Jun 20
3
listing groups not working
Im having some problems with the samba 3.0.24 in Debian Etch when I try to
list the groups, like this:
wbinfo -g
or
net rpc group -U username
All the times the output of the command is... "NOTHING".
In samba 3.0.14 (Sarge), this works OK.
I don't try in a newer version of samba.
I test this with the debug on -d 4 with the rpc command and this is the
ouput (see attached files).
2001 Nov 28
17
problem of access with files accentuated
I need of helps for do backup of a server windows2000(english).
In the files accentuated, presents to following message:
ERRDOS - ERRbadfile (File not found.) opening remote file
\f\adm\Arquivos diversos e tempor rios\Tabela Master de Importaao.xls
(\f\adm\Arquivos diversos e temporarios\
They are more of 60 pages with this message.
When I rename the name of the file to without accent, it
2001 Nov 14
5
Temp files created on read-only share
Hello, All.
We have Samba 2.0.7 running on Red Hat 6.2 (up for 351 days!) and have discovered the following
anomaly:
There is a share called "appsg" that contains a number of folders, including one called
OfficeTemplates. The share definition in smb.conf is:
[appsg]
comment = Apps in Applications
path=/home/applications/apps
public = No
read only =
2001 Oct 16
2
win95-98 problems
I've installed samba in my linux machine (Mandrake 7.2).
With WinNT and Win2000 there is no problems, but in Win95 and Win98 It's impossible to read files, and open exixting folders, the error is: "the file (folder) don't exist".
If I try to create one, It'isn't shown, there is an error, but if I go in machine with win2000 the folder(file) is there.
How can I resolve
2005 Oct 10
2
A xenu kernel 2.6.11 with physical access to a PCI netcard.
I just compile one kernel to the domU but cant see the PCI netcard, i
hide the card from dom0
physdev_dom0_hide=''(00:11.0)'' and added to the domU config pci = [
''0,11,0'' ] and dint work.. any howto to do that?
- ariel
ariel en BSDlatino . org
ariel en ferreras . info
http://www.BSDlatino.org
http://ariel.BSDlatino.org
2008 Oct 16
3
defining a function using strings
Hi All,
I need to evaluate a series expansion using Legendre polynomials.
Using the 'orthopolinom' package I can get a list of the first n
Legendre polynomials as character strings.
> library(orthopolynom)
> l<-legendre.polynomials(4)
> l
[[1]]
1
[[2]]
x
[[3]]
-0.5 + 1.5*x^2
[[4]]
-1.5*x + 2.5*x^3
[[5]]
0.375 - 3.75*x^2 + 4.375*x^4
But I can't figure out how to
2010 Sep 29
4
[LLVMdev] bitcode / bytecode
Hi list,
As long as I know English the word "bit" is a "small pice", . Why in set of
documentation ir is "bytecode", in other set or llvm source is "bitecode"?
What is the right? Different people call the same thing such differently.
--
best regards
Ariel
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2007 Apr 18
5
[Bridge] Bridge MAC address
Sorry, if this question has been answered before, but I could not find
out with a brief look.
How can I set the MAC address for a bridge? The MAC address given for
the bridge device seems to be the one it sends network packets with if
the bridge device has an IP address set. Apparently the bridge starts
with a zero MAC address and when the first interface is attached to
it, it takes its MAC
2005 Feb 17
1
(Kphone) Registration Failed: Forbidden
I just can't get kphone to register with asterisk, i can make calls to
the demos and even get into the mailbox but kphone cannot register.
Here's my story. Can you help me?? Please
I have installed asterisk on debian using apt-get install asterisk.
I have configured an extension in extensions.conf as follows
exten => 8003,1,Dial(Sip/8003,${RINGTIME},rt)
exten =>