Hi,

are you using the maven archetype right?

Have you also checked the enduser.properties file?
Could you please attach the compete stacktrace?

Best regards,
Andrea

Il 11/03/2017 08:24, alinturbut ha scritto:
Hi,

Thanks for the answer. I have managed to get some time and try again without
success. My security.properties file:

adminUser=${adminUser}
adminPassword=5baa61e4c9b93f3f0682250b6cf8331b7ee68fd8
adminPasswordAlgorithm=SHA1

anonymousUser=${anonymousUser}
anonymousKey=${anonymousKey}

secretKey=${secretKey}
# default for LDAP / RFC2307 SSHA
digester.saltIterations=1
digester.saltSizeBytes=8
digester.invertPositionOfPlainSaltInEncryptionResults=true
digester.invertPositionOfSaltInMessageBeforeDigesting=true
digester.useLenientSaltSizeCheck=true

passwordGenerator=org.apache.syncope.core.spring.security.DefaultPasswordGenerator

and the one after build:

adminUser=admin
adminPassword=5baa61e4c9b93f3f0682250b6cf8331b7ee68fd8
adminPasswordAlgorithm=SHA1

anonymousUser=anonymous
anonymousKey=12345

secretKey=12345
# default for LDAP / RFC2307 SSHA
digester.saltIterations=1
digester.saltSizeBytes=8
digester.invertPositionOfPlainSaltInEncryptionResults=true
digester.invertPositionOfSaltInMessageBeforeDigesting=true
digester.useLenientSaltSizeCheck=true

passwordGenerator=org.apache.syncope.core.spring.security.DefaultPasswordGenerator

It looks ok to me, the sha1 hash is the correct one for the default password
"password".

--
View this message in context: 
http://syncope-user.1051894.n5.nabble.com/javax-xml-ws-WebServiceException-Remote-exception-with-status-code-NOT-FOUND-tp5709065p5709072.html
Sent from the syncope-user mailing list archive at Nabble.com.

--
Andrea Patricelli

Tirasa - Open Source Excellence
http://www.tirasa.net/

Member at The Apache Software Foundation
Syncope

Reply via email to