search for: banana3

Displaying 2 results from an estimated 2 matches for "banana3".

Did you mean: banana
2017 Jun 24
0
replication not done with missing DC?
...ess is invalid. Contact your system administrator to verify that your domain is properly configured and is currently online." Anyone knows what network address is invalid, what to check or where to look? I also tried to look into the replication issue, but I get the following: root at banana3:/home/joachim# samba-tool drs replicate banana1.samba.lindenberg.one banana3.samba.lindenberg.one dc=samba,dc=lindenberg,dc=one Replicate from banana3.samba.lindenberg.one to banana1.samba.lindenberg.one was successful. root at banana3:/home/joachim# samba-tool drs replicate banana3.samba.lindenb...
2006 May 08
3
Can you apply effects to elements create in same RJS file?
...ight it. I am doing the following in my rjs file: page.insert_html :after, ''bananalist_header'', :partial => ''banana'' page.visual_effect :highlight, "banana#{banana.id}", :duration => 1 The first line creates a new element with the id= ''banana3'' say... The second line then tries to highlight the new element. This script fails as the second element doesn''t exist before the script starts running. Is there some way to make this work? If I change the second line to reference an existing element ''banana1''...