Thanks for your help .
Really appreciate ..
--
389 users mailing list
389-users@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/389-users
07-28-2012, 11:55 AM
Arpit Tolani
How to export CA certificate into client from server
Hie
On Sat, Jul 28, 2012 at 5:15 PM, fosiul alam <expertalert@gmail.com> wrote:
Hi
thanks I understand i will have to start from scratch for certificate
--
389 users mailing list
389-users@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/389-users
07-28-2012, 12:13 PM
fosiul alam
How to export CA certificate into client from server
Hi Thanks
no i think its fine ..
I was trying with ldap-2 only
but when i use faqdn name its work
llike bellow
ldapsearch -x -ZZ -D "cn=Directory manager" -w password -h
ldap-2.fosiul.lan -b "dc=fosiul,dc=lan"
Which is returning all result ( if i try from server)
example (last few lines)
uid: falam
cn: Fosiul Alam
homeDirectory: /home/falam
userPassword:: NUR5T0Roa2FSU1pSR0RrSWNYYkVvYVU2V2c9PQ=
=
# search result
search: 3
result: 0 Success
# numResponses: 7
- Ignored:
# numEntries: 6
does it mean its ok ??
but when when i do : ( From ldap server)
[root@ldap-2 ~]# ldapsearch -x -ZZ '(uid=falam)'
# extended LDIF
#
# LDAPv3
# base <> with scope subtree
# filter: (uid=falam)
# requesting: ALL
#
# search result
search: 3
result: 0 Success
its not getting anything ..
what to do
Thanks for your help
--
389 users mailing list
389-users@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/389-users
07-28-2012, 12:18 PM
Grzegorz Dwornicki
How to export CA certificate into client from server
Does this user have uid=falam in its DN?
Tls works if that what you are asking.
28-07-2012 14:13, "fosiul alam" <expertalert@gmail.com> napisał(a):
Hi Thanks
# falam, users, uk, fosiul.lan
dn: uid=falam,ou=users,l=uk,dc=fosiul,dc=lan
givenName: Fosiul
sn: Alam
loginShell: /bin/bash/bash
uidNumber: 1000
gidNumber: 3000
objectClass: top
objectClass: person
objectClass: organizationalPerson
objectClass: inetorgperson
objectClass: posixAccount
uid: falam
cn: Fosiul Alam
homeDirectory: /home/falam
userPassword:: e1NTSEF9UGtqNjhvazF1SFR0NUR5T0Roa2FSU1pSR0RrSWNYYk VvYVU2V2c9PQ=
=
# search result
search: 3
result: 0 Success
# numResponses: 7
# numEntries: 6
so falam is in LDAP
so from linux client or server
if i type
id falam
or ssh falam@ldap-2
it should accept the password
but i get this
[root@home ~]# id falam
id: falam: No such user
or
Jul 28 13:31:33 ldap-2 sshd[6071]: pam_succeed_if(sshd:auth): error
retrieving information about user falam
Jul 28 13:31:34 ldap-2 sshd[6071]: Failed password for invalid user
falam from 192.0.0.4 port 60072 ssh2
Please help with my last problem
thanks
--
389 users mailing list
389-users@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/389-users
07-28-2012, 12:42 PM
Arpit Tolani
How to export CA certificate into client from server
Hello
On Sat, Jul 28, 2012 at 6:07 PM, fosiul alam <expertalert@gmail.com> wrote: