Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
5 replies
Subscribers
7 subscribers
Views
2034 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Administration
Hi, I'm try to config new Appian 7.4 with my LDAP. I'm folowi
lorenzor
over 11 years ago
Hi,
I'm try to config new Appian 7.4 with my LDAP. I'm folowing this guide:
forum.appian.com/.../Authentication
but I get this error:
org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'appianRememberMeServices' is defined
I copied LDAP Integration Example.
Thanks
Lorenzo...
OriginalPostID-96106
OriginalPostID-96106
Discussion posts and replies are publicly visible
0
Patty Isecke
Appian Employee
over 11 years ago
Did you add the following bean?
forum.appian.com/.../Authentication
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
lorenzor
over 11 years ago
Yes, but can I duplicate spring-security-03-auth-mgr.xml, change name with spring-security-03-auth-mgr-override.xml and modify this code?
I would like to insert my 2 method (kerberos and ldap) inside.
Are there some conflicts with existing bean?
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Tim Nguyen
Appian Employee
over 11 years ago
It is recommended to use a file called spring-security-03-auth-mgr-override.xml and leave the default file spring-security-03-auth-mgr.xml alone for reference. So copying spring-security-03-auth-mgr.xml and renaming it to spring-security-03-auth-mgr-override.xml for modification is a valid use case.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Nikita Dubrovsky
Appian Employee
over 11 years ago
Using "-override" files is the correct way to configure custom authentication, but make sure you start by making a copy of the 7.4 base-product file and then apply your changes to it. From the error message, it sounds like your auth-mgr XML file is missing the "appianRememberMeServices" bean definition, which is present in the base-product version of the file in 7.4.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
lorenzor
over 11 years ago
ok. I copied original xml files, and inserted my 2 method.
it works!
Thanks at all.
Lorenzo
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel