Displaying 4 results from an estimated 4 matches for "phpgwaccount".
2002 Nov 12
1
Need clarification
Hi,
I'm trying to run samba 2.2.6 + OpenLDAP as user/group
database ( not /etc/passwd). nss_ldap+pam_ldap is installed and
working OK, as I can login using ssh, or trough
console with one of ldap user.
But trying to connect to samba, when samba is ran as
#samba -d 2 -i
I get:
...
init_sam_from_ldap: User [ldapuser] does not ave a uid!
pass_check_smb failed - invalid password for user
2004 Jan 27
0
re:ldap group mapping problems
...Users,ou=Group,dc=INTRANET
objectClass: posixGroup
gidNumber: 513
cn: Domain Power Users
which I am trying to map to this
# Entry 1: cn=users,ou=Group,dc=INTRANET
dn: cn=users,ou=Group,dc=INTRANET
cn: users
userPassword: {crypt}x
gidNumber: 539
objectClass: top
objectClass: posixGroup
objectClass: phpgwAccount
phpgwAccountStatus: A
phpgwAccountType: g
phpgwAccountExpires: -1
so users in "users" will have, obviously, Domain Power User status on NT machines(this is the way I had it setup with smbpasswd
--- On Mon 01/26, Gerald (Jerry) Carter < jerry@samba.org > wrote:
From: Gerald (...
2004 Jan 27
0
re: cannot map ntgroup to ldap group-fixed
...s an ldap entry, as you can see below...<br><br># Entry 1: cn=users,ou=Group,dc=INTRANET<br>dn: cn=users,ou=Group,dc=INTRANET<br>cn: users<br>userPassword: {crypt}x<br>gidNumber: 539<br>objectClass: top<br>objectClass: posixGroup<br>objectClass: phpgwAccount<br>phpgwAccountStatus: A<br>phpgwAccountType: g<br>phpgwAccountExpires: -1<br><br>I can type net groupmap ntgroup="Domain Power Users" unixgroup=bin and it will work, but it will not do it to unixgroup=users, but why?<br><br>I used phpldapadmin to...
2004 Nov 09
1
Migrating NT4 Domain with Idealx tools
.../schema/cosine.schema
include /etc/ldap/schema/solaris-nis.schema
include /etc/ldap/schema/solaris.schema
include /etc/ldap/schema/inetorgperson.schema
include /etc/ldap/schema/misc.schema
include /etc/ldap/schema/samba.schema
include /etc/ldap/schema/phpgwaccount.schema
include /etc/ldap/schema/phpgwcontact.schema
modulepath /usr/lib/ldap
moduleload back_ldbm
backend ldbm
schemacheck on
pidfile /var/run/slapd/slapd.pid
argsfile /var/run/slapd/slapd.args
password-hash {MD5}
replogfile /var/lib/ldap/replog
l...