Re: Active Directory Pull not populating Syncope users

2018-02-22 Thread Eric-R82
There were a bunch of errors for almost every .java and .properties file saying there is no newline character at the end of the file, so I added a newline character to the end of each of the files, which appeared to fix it. I added my .java file I created with the extended class as per the blog,

Re: Active Directory Pull not populating Syncope users

2018-02-21 Thread Eric-R82
Using maven to build the github project fails. Do I need a certain version of JDK? I am using JDK 8u162 . -- Sent from: http://syncope-user.1051894.n5.nabble.com/

Re: Active Directory Pull not populating Syncope users

2018-02-21 Thread Eric-R82
I could not find the LDAPMembershipPullActions.class file anywhere. I figured that maybe this is because I used the GUI installer, so I used maven to start a new apache project instead. https://syncope.apache.org/docs/getting-started.html#create-project

Re: Active Directory Pull not populating Syncope users

2018-02-21 Thread Eric-R82
I guess Syncope is targeted to experienced Java developers, which I am not. Thanks the help anyway. -- Sent from: http://syncope-user.1051894.n5.nabble.com/

Re: Syncope setup towards ADFS 3.0

2018-02-21 Thread Eric-R82
No dice on the mvn command: /mvn archetype:generate -DarchetypeGroupId="org.apache.syncope" -DarchetypeArtifactId=syncope-archetype -DarchetypeRepository="http://repo1.maven.org/maven2; -DarchetypeVersion="2.0.7"/ after I run it, I am prompted for the groupId,artifactId,Version and package,

Jexl expression tester

2018-02-20 Thread Eric-R82
Does a tool exist that I can use to test Jexl expressions to make sure my logic is correct? -- Sent from: http://syncope-user.1051894.n5.nabble.com/

Active Directory Pull not populating Syncope users

2018-02-20 Thread Eric-R82
My intention with syncope is to use it solely for password reset and recovery. My goal is to setup Syncope to pull users from AD and only use Syncope to update passwords in AD. I am having trouble figuring out how to configure Syncope with AD so that it pulls the users. In the connid log I see

Re: Syncope setup towards ADFS 3.0

2018-02-20 Thread Eric-R82
How do you configure Syncope to use SAML to authenticate users? I'd be interested in attempting to set this up. I know you ran into issues, but I'd like to start at least by setting up the Syncope side. -- Sent from: http://syncope-user.1051894.n5.nabble.com/

Re: I desperately require assistance getting my Syncore installation to work in windows

2018-02-19 Thread Eric-R82
Here's what I have discovered that helped resolve my issue. 1. I had created a dedicated named instance for the Syncope database, but that wasn't working so I moved it over to the default instance. 2. Authentication using a domain account didn't seem to work, so I set the SQL installation to

Re: I desperately require assistance getting my Syncore installation to work in windows

2018-02-19 Thread Eric-R82
I think I have potentially resolved the issue. I have it working using this example webapp I found. I will now deploy the Syncope webapp and see if it works. -- Sent from: http://syncope-user.1051894.n5.nabble.com/

Re: I desperately require assistance getting my Syncore installation to work in windows

2018-02-19 Thread Eric-R82
Yes, I do see the file there. I uninstalled tomcat and put on Java 8 instead then re-installed Tomcat. I also moved the database to the SQL server default instance instead of a named instance. I still have no luck

Re: I desperately require assistance getting my Syncore installation to work in windows

2018-02-19 Thread Eric-R82
I don't suppose you could direct me to way to check that. I am noob when it comes to writing software and the last time I wrote java was years ago. I will do the googling in the mean time. -- Sent from: http://syncope-user.1051894.n5.nabble.com/

Re: I desperately require assistance getting my Syncore installation to work in windows

2018-02-16 Thread Eric-R82
I located an example webapp to test using a datasource. I added the following to my Tomcat\conf\context.xml file /" url="jdbc:sqlserver://localhost:1433;databaseName=TestDB;" removeAbandoned="true" removeAbandonedTimeout="30" logAbandoned="true" />/ The database

Re: I desperately require assistance getting my Syncore installation to work in windows

2018-02-16 Thread Eric-R82
I am using 2.0.7. I didn't go with the standalone, because of the of the following note: /Target Audience First approach, especially with administration console and end-user; does not require technical skills. *Not meant for any production environment.*/ If I can ignore it and go use it in a

I desperately require assistance getting my Syncore installation to work in windows

2018-02-15 Thread Eric-R82
I installed Tomcat 8.5, Microsoft SQL Server 2017, Java SDK 9.0.4 and that latest Maven. I used the GUI installer. The installation completes successfully, but the syncore core webapp won't start. I tried following suggestions from here: