Hi All,Requirement was NTLM authentication.Steps followed:-1. Created a AD domain on one window server and client on another windows machine.2. created a user into login in client Machine.3. Created one keytab file with the username and credentials.3.. TEST THE AUTHENTICATION FROM LINUX OS.4. CONF...
Hi,I wanted to automate the replication of users/groups & acls from author to publisher. I have explored the (https://adobe-consulting-services.github.io/acs-aem-commons/features/acl-packager.html) but its useful for one time activity. I wanted to automate this process. Any pointer ? RegardsGuru
Are there any public resources regarding the use of react.js in an AEM frontend?I've already found the presentation of Ben Westrate (http://slides.com/benwestrate/deck-1#). But this looks like a very brief introduction of react.jsI'm rather looking for a real world example of a frontend app that use...
I have a quick question on using iparsys - If we use iParsys for creating site header and footer then if there is any change in the iParsys content then are we required to flush the dispatcher cache of all the child pages ? If yes then whats the standard way of flushing the cache of all the pages a...
Hi,I've just found this bug in my AEM 5.6.1 instance: if a dialog tab has only 1 field and this field is a textfield with a regex property then the author will get the error 'this.regex.test is not a function'. Is this a known bug? if so, what is the recommendation to workaround it?Bellow I'll put s...
Does AEM 6.1 sites OOTB offers end user profile and preferences (assuming his preferences are maintained with in his profile node as child nodes) sync up across publish instances (publish farms)orIs this only available for user nodes only and that to only for AEM communities & not for AEM Sites -ht...
So i would like to ask before I spend the time prototyping this up if you think this is a sensible approach to a problem I am trying to solve.The issue: I have an Ecommerce site with a large number of categories. I don't want to load them all into AEM if I can help it. I want to be able to have a b...
My team is starting to use Hobbes to test the components developed.We would like to create a page, add components and change the properties, but Hobbes does not seems to recognize the parsys element.P.S.: We don't have the pages with components (content)
I get the following error during the OOTB Form component submission,21.10.2015 17:51:37.543 ERROR [2.252.210.68 [1445442697208] POST /master/en/home/meta-navigation/test-form.html HTTP/1.1] org.apache.sling.servlets.get.impl.DefaultGetServlet No renderer for extension html, cannot render resource R...
User enter search parameter on the web page. I want to pass on that request parameter to back end java class.How can I do that?Example:test-sightly.html?q=market&maxrows=25Java class SearchHelper Can someone give example?ThanksVenkat