Displaying 4 results from an estimated 4 matches for "canchang".
Did you mean:
yanchang
2007 Feb 27
1
Samba3 ldap password change
Hello to all,
I got samba3 PDC working with ldap. But I' m still wondering how to set
important things about the users passwords.
The first thing when a user login the first time should be to change his/her password? Where do I set when the passwords expire and how do I set it to 60 days?
I do not work mith Microsoft's usrmgr because of Vista clients.I look at my
samba/ldap with LDAP
2012 Oct 07
2
Reshape2, melt, order of categorical variable and ggplot2
Hello everyone,
I have the following data frame:
> df
V1 V2 V3
1 bench1_10 16675 16678
2 bench1_10 16585 16672
3 bench1_100 183924 185563
4 bench1_100 169310 184806
5 bench1_300 514430 516834
6 bench1_300 510743 514062
7 bench1_500 880146 877882
8 bench1_500 880146 857359
9 bench1_1k 880146 1589600
10 bench1_1k 880146 1709990
>
I'd like to
2007 Jan 25
1
LDAP Timeout
...sub
index sambaGroupType eq,pres
index uniqueMember eq,pres
index sambaDomainName eq,pres
index uid eq,pres,sub
index sambaSIDList eq,pres
access to
attrs=userPassword,sambaLMPassword,sambaNTPassword,sambaPwdLastSet,sambaPwdCanChange,sambaPwdMustChange,sambaKickoffTime,sambaKickoffTime,sambaLogoffTime
by dn="cn=Domain Admins,ou=Groups,dc=msdpl,dc=com" write
by dn="cn=Domain Users,ou=Groups,dc=msdpl,dc=com" write
by dn="cn=Domain Guests,ou=Groups,dc=msdpl,dc=com" write...
2003 Nov 11
1
Samba 3 Redhat 9 Openldap doc
...null";
system "chown -R $userUidNumber:$userGidNumber $userHomeDirectory
2>/dev/null";
system "chmod 700 $userHomeDirectory 2>/dev/null";
}
}
}
# Add Samba user infos
if (defined($Options{'a'})) {
if (!$with_smbpasswd) {
my $winmagic = 2147483647;
my $valpwdcanchange = 0;
my $valpwdmustchange = $winmagic;
my $valacctflags = "[UX]";
if (defined($tmp = $Options{'A'})) {
if ($tmp != 0) {
$valpwdcanchange = "0";
} else {
$valpwdcanchange = "$winmagic";
}
}
if (defined($tmp = $Options{'B'})) {
if ($tmp != 0) {
$valpwd...