On 31.08.2012, at 17:47, "Dr. Jens Langner" <[email protected]> wrote:

> Hello SunRay users and developers,
> 
> I am currently trying to get SRS 5.3.1 running on Ubuntu 12.04. I have almost 
> everything settled so far but I run into a problem with "utdsd" which was 
> also partly mentioned by another guy in here. The issue seems to be that 
> utdsd somehow losts its understanding of the 
> /etc/opt/SUNWut/srds/current/utdsd.acl.conf file format. The error message in 
> the /var/opt/SUNWut/srds/log/utdsd.log file is as follows:
> 
> -- cut here --
> Fri Aug 31 17:11 : /etc/opt/SUNWut/srds/current/utdsd.acl.conf: line 18: 
> expecting <access> got "cmmpare"
> Fri Aug 31 17:11 : 
> <access clause> ::= access to <what> [ by <who> <access> ]+ 
> Fri Aug 31 17:11 : <what> ::= * | [dn=<regex>] [filter=<ldapfilter>] 
> [attrs=<attrlist>]
> Fri Aug 31 17:11 : <attrlist> ::= <attr> | <attr> , <attrlist>
> Fri Aug 31 17:11 : <attr> ::= <attrname> | entry | children
> Fri Aug 31 17:11 : <who> ::= * | self | dn=<regex> | addr=<regex> |
>        domain=<regex> | dnattr=<dnattrname>
> Fri Aug 31 17:11 : <access> ::= [self]{none | compare | search | read | write 
> }
> -- cut here --
> 
> As you see it complains about a problem in line 18 where "cmmpare" seems to 
> be written. By looking at line 18 it clearly shows that everything is fine:
> 
> -- cut here --
> ...
> 16: access to dn=".*,o=v1,o=utdata" attrs=userPassword
> 17:     by self write
> 18:       by * compare     
> ...
> -- cut here --
> 
> So somehow the config parsing seems to be broken and I didn't find out yet 
> what might be the reason for that. I can also see that if I move the "by * 
> compare" around in the line it outputs a different error message, but I am 
> unable to tune the acl.conf file so that it correctly parses the file.
> 
> Did anyone else on the other linux platforms (CentOS, Fedora, etc.) see a 
> similar problem and might have a hint in what might be the reason for that? 
> And perhaps someone could come up with a work around or point me at the 
> function/library that is used for parsing that text file. Even better would 
> be if some Oracle developer might show up here giving some hints in what to 
> do.
> 

this is exactly where my journey ended
http://insights.oetiker.ch/linux/sunray2thinlinc/

somehow quite sad

cheers tobi
_______________________________________________
SunRay-Users mailing list
[email protected]
http://www.filibeto.org/mailman/listinfo/sunray-users

Reply via email to