Questions tagged [fr3dldapbundle]

FR3DLdapBundle is a Symfony2 bundle that provides authentication support against Ldap Directories.

FR3DLdapBundle is a Symfony2 bundle that provides authentication support against Ldap Directories.

The code can be obtained from: https://github.com/Maks3w/FR3DLdapBundle

35 questions
6
votes
1 answer

FOS and Fr3d ldap Bundle with symfony2.1

Login for the first time and getting registered in the database. Though now I got the problem that I can't login a second time. "symfony/symfony": "2.1.*" "fr3d/ldap-bundle": "2.0.*@dev" I have seen similar issies, but if "bindRequiresDn: true" i…
3
votes
2 answers

Symfony 2.6 FR3DLdapBundle. Authentication request could not be processed due to a system

Hi everybody and I m sorry if the question is dumb. I am very new with Symfony (2.6) and my first project requires the User to authenticate from AD. Whatever I do I keep getting: Authentication request could not be processed due to a system…
AurasCy
  • 31
  • 2
3
votes
1 answer

Missing database columns with FOSUserBundle and FR3DLdapBundle

I followed the instructions from the FOSUserBundle documentation (documentation) and the FR3DLdapBundle (documentation) FOSUserBundle requires to extend the BaseUser class whereas FR3DLdapBundle requires the User Class to implement the…
3
votes
1 answer

Login with FR3D LDAP Bundle and FOS User Bundle

First, sorry for my English: I'm French and I don't speak English very well. I try to login my users in Intranet website on an LDAP directory. So I decided to use FR3D Ldap Bundle and FOS User Bundle on SF 2.0.X. I have already installed FOSUB and…
Loïc Chabert
  • 71
  • 1
  • 5
2
votes
0 answers

Symfony2 fr3dldap Bad credential but user found on ldap

I turn to you because I'm going mad with Fr3dldap bundle on Symfony2. I think I have config it well because in the log, I see that the user is found on ldap but just after this information it says that Authentication request failed: Bad…
2
votes
0 answers

Not able to login into LDAP with Fr3d LDAP Bundle (Register works)

I'm struggling with implementing Fr3d LDAP Bundle (with FOSUserbundle) into Symfony. I came that far as being able to login for the first time and getting registered in the database. Though now I got the problem that I can't login a second time. It…
Schwierig
  • 712
  • 5
  • 9
2
votes
1 answer

Fr3D LDAP BUNDLE with symfony2

I have integrated FOS BUndle and Fr3d Bundle with symfony2. Here is the bug I have got MappingException: No mapping file found named 'Acme.UserBundle.Entity.User.php' for class 'Acme\UserBundle\Entity\User'. Here is my config.yml fos_user: …
Pradhaban
  • 664
  • 2
  • 6
  • 22
1
vote
1 answer

SQL error using FR3DLdapBundle and FOSUserBundle with Symfony 2.8

When I log out and try to log back in again, it gives me the same error: (An exception occurred while executing ‘INSERT INTO fos_user (username, username_canonical, email, email_canonical, enabled, salt, password, last_login, confirmation_token,…
1
vote
1 answer

Login with fr3d ldapbundle & fos userbundle, user found but on DB insert username is null

(updated at the end) I am having trouble registering any user from a specific LDAP as even after finding the user from LDAP, when it tries to register, the username is null, so it triggers a violation constraint and rollsback. Am using Sonata User…
1
vote
1 answer

Symfony 3 authentication and authorization

I'm building a site on top of latest Symfony framework (v3.3). I have no limitation on what packages to use. The authentication/authorization mechanism will get complicated over time; currently it has the following requirements: In-memory…
user3429660
  • 2,420
  • 4
  • 25
  • 41
1
vote
2 answers

Override FR3DLdapBundle functionality and controllers

I've installed and configured FR3DBundle with FOSUserBundle and everything works OK , but there is something that I do not understand, why FR3DLdpaBundle save users in the database without password ? when I'm trying to Login the second time, two…
547n00n
  • 1,356
  • 6
  • 30
  • 55
1
vote
1 answer

Why can not I log in with my LDAP credentials on Symfony3?

I've install FR3LdapBundle & FOSUserBundle with Symfony3 successfully as per my blog, and I'm able to authenticate against this test LDAP server; but now I'm trying to authenticate against our internal Active Directory Server. Here is the change in…
1
vote
2 answers

FR3DLdapBundle - Authentication request failed

I'm using FR3DLdapBundle with FOSUserBundle. Symfony Version 3.2.6 FR3DLdapBundle Version 3 config.yml fos_user: db_driver: orm # other valid values are 'mongodb' and 'couchdb' firewall_name: main user_class: AppBundle\Entity\User …
1
vote
0 answers

How to Create Symfony User login using FR3DLdapBundle and FosUserBundle

I try to use FR3DLdapBundle and FosUserBundle for user authentication and login in my Symfony2 application. I do not have any experiences with Active directory, LDAP and how to integrate it with Symfony2 application, I found that FR3DLdapBundle…
Yusuf Ibrahim
  • 1,591
  • 5
  • 21
  • 46
1
vote
0 answers

Symfony2 FR3DLdapBundle with FOSUserBundle update user

I couldn't find any answer on the web for my question so I sign up to this fantastic forum. Here is my problem. I have a Symfony2 project with FOSUserBundle and FR3DLdapBundle to log in with Active Directory. Everything works fine, I have the log…
JTH
  • 31
  • 2
1
2 3