Louis Malenica | 1 Sep 2009 01:45
Picon
Picon
Favicon

Re: Generic Search error

Thanks Jason,

That seems to have sorted that issue. I'm running Fedora on Windows btw, so if anyone has any "gotchas" with
Windows feel free to share.

Windows server 2003 R2.

Thanks.

Louis.

-----Original Message-----
From: Jason Nugent [mailto:jnugent@...] 
Sent: Monday, 31 August 2009 8:47 PM
To: Louis Malenica
Cc: fedora-commons-users@...
Subject: Re: [Fedora-commons-users] Generic Search error

Hi Louis,

When you initially set up GSearch, there are no segments in the search
index.  If you navigate to the /rest interface, there is an option to
"create from empty" on the updateIndex page. That option will initially
create an empty index, after which you can load documents.

Jason

On 8/31/09 12:08 AM, Louis Malenica wrote:
> Hi,
> 
(Continue reading)

Louis Malenica | 1 Sep 2009 02:06
Picon
Picon
Favicon

Re: Generic Search error

Just another couple of questions re Gsearch if I could throw it out there.

- Now that I have indexed the repository, how can I run a general full text search against GSearch, ie the
whole repository and not just one object?

- Is gsearch capable of being harvested by an OAI front end?

Thanks everyone.

Louis.

-----Original Message-----
From: Louis Malenica 
Sent: Tuesday, 1 September 2009 9:46 AM
To: fedora-commons-users@...
Subject: RE: [Fedora-commons-users] Generic Search error

Thanks Jason,

That seems to have sorted that issue. I'm running Fedora on Windows btw, so if anyone has any "gotchas" with
Windows feel free to share.

Windows server 2003 R2.

Thanks.

Louis.

-----Original Message-----
From: Jason Nugent [mailto:jnugent@...] 
(Continue reading)

HIGGINS R.I. | 1 Sep 2009 13:57
Picon
Picon

Problem uploading redirect URL with encoded characters

Hello:
I'm trying to add datastreams to existing records using curl, but have
hit a snag with uploading URLs containing ampersands to dsLocation. This
is what I would have expected with the & character, but using "%26"
instead results in a "6" in the final URL. After trying some other
encoded characters it seems, at some point in the upload, that the "%2"
is stripped off and the result is the third character of the encoded
string. If you substitute "%2B" for the plus signs in the following
command, for example, the result is "B".

Command is as follows:
curl -i -H "Content-type: text/html" -XPOST
"http://endure.dur.ac.uk:8080/fedora/objects/UkDhU:9f5aa474-67c6-4ad9-af
85-683bd577ba52/datastreams/BOOKPAGE?dsLabel=View+page+in+book&controlGr
oup=R&dsLocation=http://reed.dur.ac.uk:8080/metsnav/sadsir/navigate.do?p
n=2%26size=full%3Eoid=http://endure.dur.ac.uk:8080/fedora/get/UkDhU:c54f
280d-bb28-4179-86e9-f2e049e9e003/METS" -u user:password

Version is Fedora 3.2

Is this a Fedora problem?
Thanks
- - - - -
# Richard Higgins
# Durham University Library
# Archives & Special Collections
# Palace Green
# Durham
# DH1 3RN
# E-Mail: r.i.higgins@... 
(Continue reading)

David N Handy | 1 Sep 2009 17:35
Favicon

Fedora with Microsoft SQL Server


For anyone who is interested, I have a short write up of what it took to integrate Fedora with SQL Server. This solution works on SQL Server 2000 and 2005. We haven't tested it on any other versions, since these two met our needs. Enjoy.

Dave Handy

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Fedora-commons-users mailing list
Fedora-commons-users@...
https://lists.sourceforge.net/lists/listinfo/fedora-commons-users
Steve Bayliss | 1 Sep 2009 18:07

Re: Problem uploading redirect URL with encodedcharacters

Hi Richard

What platform are you running curl on?  Could it be that the shell is
picking up the % character and interpreting it as a special character before
passing it to Fedora?  You might need to do some command-line escaling.

Steve

-----Original Message-----
From: HIGGINS R.I. [mailto:r.i.higgins@...] 
Sent: 01 September 2009 12:57
To: fedora-commons-users@...
Subject: [Fedora-commons-users] Problem uploading redirect URL with
encodedcharacters

Hello:
I'm trying to add datastreams to existing records using curl, but have
hit a snag with uploading URLs containing ampersands to dsLocation. This
is what I would have expected with the & character, but using "%26"
instead results in a "6" in the final URL. After trying some other
encoded characters it seems, at some point in the upload, that the "%2"
is stripped off and the result is the third character of the encoded
string. If you substitute "%2B" for the plus signs in the following
command, for example, the result is "B".

Command is as follows:
curl -i -H "Content-type: text/html" -XPOST
"http://endure.dur.ac.uk:8080/fedora/objects/UkDhU:9f5aa474-67c6-4ad9-af
85-683bd577ba52/datastreams/BOOKPAGE?dsLabel=View+page+in+book&controlGr
oup=R&dsLocation=http://reed.dur.ac.uk:8080/metsnav/sadsir/navigate.do?p
n=2%26size=full%3Eoid=http://endure.dur.ac.uk:8080/fedora/get/UkDhU:c54f
280d-bb28-4179-86e9-f2e049e9e003/METS" -u user:password

Version is Fedora 3.2

Is this a Fedora problem?
Thanks
- - - - -
# Richard Higgins
# Durham University Library
# Archives & Special Collections
# Palace Green
# Durham
# DH1 3RN
# E-Mail: r.i.higgins@... 

----------------------------------------------------------------------------
--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus
on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Fedora-commons-users mailing list
Fedora-commons-users@...
https://lists.sourceforge.net/lists/listinfo/fedora-commons-users

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
Jason Nugent | 1 Sep 2009 18:25
Picon

Re: Problem uploading redirect URL with encodedcharacters

Hi Richard,

In addition to Steve's suggestion, you may also try posting your data
from a file, instead of the command line.  Curl has --data,
--data-binary and --data-urlencode options that can be followed with a
 <at> filename attribute. Content specified in "filename" will be encoded (or
not, in the case of --data-binary) and POSTed to the url specified.

Jason

On 9/1/09 1:07 PM, Steve Bayliss wrote:
> Hi Richard
> 
> What platform are you running curl on?  Could it be that the shell is
> picking up the % character and interpreting it as a special character before
> passing it to Fedora?  You might need to do some command-line escaling.
> 
> Steve
> 
> -----Original Message-----
> From: HIGGINS R.I. [mailto:r.i.higgins@...] 
> Sent: 01 September 2009 12:57
> To: fedora-commons-users@...
> Subject: [Fedora-commons-users] Problem uploading redirect URL with
> encodedcharacters
> 
> 
> Hello:
> I'm trying to add datastreams to existing records using curl, but have
> hit a snag with uploading URLs containing ampersands to dsLocation. This
> is what I would have expected with the & character, but using "%26"
> instead results in a "6" in the final URL. After trying some other
> encoded characters it seems, at some point in the upload, that the "%2"
> is stripped off and the result is the third character of the encoded
> string. If you substitute "%2B" for the plus signs in the following
> command, for example, the result is "B".
> 
> Command is as follows:
> curl -i -H "Content-type: text/html" -XPOST
> "http://endure.dur.ac.uk:8080/fedora/objects/UkDhU:9f5aa474-67c6-4ad9-af
> 85-683bd577ba52/datastreams/BOOKPAGE?dsLabel=View+page+in+book&controlGr
> oup=R&dsLocation=http://reed.dur.ac.uk:8080/metsnav/sadsir/navigate.do?p
> n=2%26size=full%3Eoid=http://endure.dur.ac.uk:8080/fedora/get/UkDhU:c54f
> 280d-bb28-4179-86e9-f2e049e9e003/METS" -u user:password
> 
> Version is Fedora 3.2
> 
> Is this a Fedora problem?
> Thanks
> - - - - -
> # Richard Higgins
> # Durham University Library
> # Archives & Special Collections
> # Palace Green
> # Durham
> # DH1 3RN
> # E-Mail: r.i.higgins@... 
> 
> 
> ----------------------------------------------------------------------------
> --
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
> trial. Simplify your report design, integration and deployment - and focus
> on 
> what you do best, core application coding. Discover what's new with 
> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
> _______________________________________________
> Fedora-commons-users mailing list
> Fedora-commons-users@...
> https://lists.sourceforge.net/lists/listinfo/fedora-commons-users
> 
> 
> ------------------------------------------------------------------------------
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
> trial. Simplify your report design, integration and deployment - and focus on 
> what you do best, core application coding. Discover what's new with 
> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
> _______________________________________________
> Fedora-commons-users mailing list
> Fedora-commons-users@...
> https://lists.sourceforge.net/lists/listinfo/fedora-commons-users
> 

--

-- 
Jason Nugent
Systems Programmer/Database Developer
Electronic Text Centre
University of New Brunswick
jnugent@...
(506) 447 3177

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
Steve Bayliss | 1 Sep 2009 18:26

Re: Problem uploading redirect URL withencodedcharacters

Thinking about it... if it's a Windows batch file, then %0 through to %9
will be interpreted as parameters (as supplied to the invocation of the
batch file) - so you might want to try escaping the % as ^% - ie ^%26

-----Original Message-----
From: Steve Bayliss
[mailto:stephen.bayliss@...] 
Sent: 01 September 2009 17:07
To: 'HIGGINS R.I.'; fedora-commons-users@...
Subject: Re: [Fedora-commons-users] Problem uploading redirect URL
withencodedcharacters

Hi Richard

What platform are you running curl on?  Could it be that the shell is
picking up the % character and interpreting it as a special character before
passing it to Fedora?  You might need to do some command-line escaling.

Steve

-----Original Message-----
From: HIGGINS R.I. [mailto:r.i.higgins@...] 
Sent: 01 September 2009 12:57
To: fedora-commons-users@...
Subject: [Fedora-commons-users] Problem uploading redirect URL with
encodedcharacters

Hello:
I'm trying to add datastreams to existing records using curl, but have
hit a snag with uploading URLs containing ampersands to dsLocation. This
is what I would have expected with the & character, but using "%26"
instead results in a "6" in the final URL. After trying some other
encoded characters it seems, at some point in the upload, that the "%2"
is stripped off and the result is the third character of the encoded
string. If you substitute "%2B" for the plus signs in the following
command, for example, the result is "B".

Command is as follows:
curl -i -H "Content-type: text/html" -XPOST
"http://endure.dur.ac.uk:8080/fedora/objects/UkDhU:9f5aa474-67c6-4ad9-af
85-683bd577ba52/datastreams/BOOKPAGE?dsLabel=View+page+in+book&controlGr
oup=R&dsLocation=http://reed.dur.ac.uk:8080/metsnav/sadsir/navigate.do?p
n=2%26size=full%3Eoid=http://endure.dur.ac.uk:8080/fedora/get/UkDhU:c54f
280d-bb28-4179-86e9-f2e049e9e003/METS" -u user:password

Version is Fedora 3.2

Is this a Fedora problem?
Thanks
- - - - -
# Richard Higgins
# Durham University Library
# Archives & Special Collections
# Palace Green
# Durham
# DH1 3RN
# E-Mail: r.i.higgins@... 

----------------------------------------------------------------------------
--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus
on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Fedora-commons-users mailing list
Fedora-commons-users@...
https://lists.sourceforge.net/lists/listinfo/fedora-commons-users

----------------------------------------------------------------------------
--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus
on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Fedora-commons-users mailing list
Fedora-commons-users@...
https://lists.sourceforge.net/lists/listinfo/fedora-commons-users

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
Jason Nugent | 1 Sep 2009 18:40
Picon

Re: Generic Search error

Hi Louis,

I was waiting for the GSearch heavyweights to reply, but here's a
starter for you.  The config/index/BasicIndex directory contains a
number of style sheets that can be tailored in order to tell GSearch
what to index.  The DemoFoxmlToLucene.xslt sheet can be edited to
populate the GSearch index based on the datastreams present in your
FOXML files.

As for searching the whole repository, you can issue queries via the
rest interface on any field that GSearch has indexed.  For instance, a
query of:

dc.title:"search-term"

will look for "search-term" in all dc.title fields in all records.  If
you've configured GSearch to index the full text by tailoring the
stylesheet (and updating the index afterward), you should be able to
find what you want.

Jason

On 8/31/09 9:06 PM, Louis Malenica wrote:
> Just another couple of questions re Gsearch if I could throw it out there.
> 
> - Now that I have indexed the repository, how can I run a general full text search against GSearch, ie the
whole repository and not just one object?
> 
> - Is gsearch capable of being harvested by an OAI front end?
> 
> Thanks everyone.
> 
> Louis.
> 
> -----Original Message-----
> From: Louis Malenica 
> Sent: Tuesday, 1 September 2009 9:46 AM
> To: fedora-commons-users@...
> Subject: RE: [Fedora-commons-users] Generic Search error
> 
> Thanks Jason,
> 
> That seems to have sorted that issue. I'm running Fedora on Windows btw, so if anyone has any "gotchas" with
Windows feel free to share.
> 
> Windows server 2003 R2.
> 
> Thanks.
> 
> Louis.
> 
> -----Original Message-----
> From: Jason Nugent [mailto:jnugent@...] 
> Sent: Monday, 31 August 2009 8:47 PM
> To: Louis Malenica
> Cc: fedora-commons-users@...
> Subject: Re: [Fedora-commons-users] Generic Search error
> 
> Hi Louis,
> 
> When you initially set up GSearch, there are no segments in the search
> index.  If you navigate to the /rest interface, there is an option to
> "create from empty" on the updateIndex page. That option will initially
> create an empty index, after which you can load documents.
> 
> Jason
> 
> On 8/31/09 12:08 AM, Louis Malenica wrote:
>> Hi,
>>
>>  
>>
>> I keep getting the error:
>>
>>  
>>
>> IndexReader open error indexName=BasicIndex : ; nested exception is:
>> java.io.FileNotFoundException: no segments* file found in
>> org.apache.lucene.store.FSDirectory <at> C:\Fedora\gsearch\BasicIndex: files:
>>
>>  
>>
>> When navigating to http://..../fedoragsearch/rest
>>
>>  
>>
>> Does anyone have any ideas about this? The C:\Fedora\gsearch\BasicIndex
>> is empty, should it be populated on startup?
>>
>>  
>>
>> Config for gsearch attached. Tomcat is not complaining on startup.
>>
>>  
>>
>> Thanks.
>>
>>  
>>
>> Louis.
>>
>>  
>>
>>
>> ------------------------------------------------------------------------
>>
>> ------------------------------------------------------------------------------
>> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
>> trial. Simplify your report design, integration and deployment - and focus on 
>> what you do best, core application coding. Discover what's new with 
>> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
>>
>>
>> ------------------------------------------------------------------------
>>
>> _______________________________________________
>> Fedora-commons-users mailing list
>> Fedora-commons-users@...
>> https://lists.sourceforge.net/lists/listinfo/fedora-commons-users
> 

--

-- 
Jason Nugent
Systems Programmer/Database Developer
Electronic Text Centre
University of New Brunswick
jnugent@...
(506) 447 3177

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
ps552 | 1 Sep 2009 18:47
Picon
Favicon

Fedora-commons and SSL

Hi all

Has anybody had experience of configuring an existing installation of fedora (2.4 in our case) to use SSL after the original installation? Is it simply a case of configuring tomcat to use ssl, or are there additional steps involved? I'v been looking around on the web but the documentation I'v found so far only seems to deal with the case where SSL is configured at the initial  installation stage.

Alternately, I'v also come across documentation (from mediashelf) that suggests its preferable to configure fedora NOT to use SSL but instead use apache as a proxy, and mentions various "headaches" involved in getting SSL to work propeerly between tomcat and fedora. http://yourmediashelf.com/reference/muradora/Fedora_Deployment_Notes/Fedora_Deployment_Notes.html

I'd be very grateful if anyone could throw further light on this, as at present I'm not sure which is the best avenue to pursue, and it would be good to have the benefit of other peoples experience


Cheers
Peri Stracchino
Digital Library Team
University of York
ext 4082

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Fedora-commons-users mailing list
Fedora-commons-users@...
https://lists.sourceforge.net/lists/listinfo/fedora-commons-users
Jane Wang | 1 Sep 2009 20:29
Picon

Re: Issue with authenticating users against LDAP

I looked into the code fedora.server.security.servletfilters.ldap. FilterLdap a little bit, and found that the method “comparePassword” does a string comparison of the password (user supplied?) and the password attributes (from LDAP?).  How does it deal with the encription/encoding that LDAP imposes when store the value into the userPassword field?    Anyone has any insights?

Thanks.

Jane





On 8/26/09 1:52 PM, "Jane Wang" <janewang-63aXycvo3TyHXe+LvDLADg@public.gmane.org> wrote:

Hi,

I am trying to configure our LDAP server (OpenLDAP) to work with Fedora 3.0,  and encountered authentication issue.   When I used the fedora client to log in, I got the bad usrename/password error.     I checked the LDAP log file, and did not see anything wrong (I am new to LDAP admin as well, so may not interpret this correctly either).  It seems that Fedora is doing an anonymous bind to the server, and retrieve the attributes with no problem.  How does Fedora authenticate then?  Does it compare the user password from the directory with the one supplied by the client inside its own code? Or does it try to bind to the tree with that credential?  If the former, how does Fedora deal with password encryption and encoding?


My LdapFilterForAttributes looks like this:

        <filter>
                <filter-name>LdapFilterForAttributes</filter-name>
                <filter-class>fedora.server.security.servletfilters.ldap.FilterLdap</filter-class>
                <init-param>
                        <param-name>version</param-name>
                        <param-value>3</param-value>
                </init-param>
                <init-param>
                        <param-name>authenticate</param-name>
                        <param-value>true</param-value>
                </init-param>
                <init-param>
                        <param-name>security-authentication</param-name>
                        <param-value>simple</param-value>
                </init-param>
                <init-param>
                        <param-name>password-attribute</param-name>
                        <param-value>userPassword</param-value>
                </init-param>
                <init-param>
                        <param-name>id-attribute</param-name>
                        <param-value>uid</param-value>
                </init-param>
                <init-param>
                        <param-name>bind-filter</param-name>
                        <param-value>uid={0},ou=people,dc=icpsr,dc=umich,dc=edu</param-value>
                </init-param>
                <init-param>
                        <param-name>url</param-name>
                        <param-value>ldap://localhost:389/</param-value>
                </init-param>
                <init-param>
                        <param-name>search-base</param-name>
                        <param-value>ou=people,dc=icpsr,dc=umich,dc=edu</param-value>
                </init-param>
                <init-param>
                        <param-name>search-filter</param-name>
                        <param-value>(uid={0})</param-value>
                </init-param>
                <init-param>
                        <param-name>attributes</param-name>
                        <param-value>eduPersonEntitlement</param-value>
                </init-param>
                <init-param>
                        <param-name>attributes-common-name</param-name>
                        <param-value>fedoraRole</param-value>
                </init-param>
        </filter>


The LDAP output looks like this:


Aug 26 13:43:41 ldap slapd[17064]:  
Aug 26 13:43:41 ldap slapd[17064]: >>> slap_listener(ldap:///)
Aug 26 13:43:41 ldap slapd[17064]: daemon: listen=7, new connection on 11
Aug 26 13:43:41 ldap slapd[17064]: daemon: added 11r (active) listener=(nil)
Aug 26 13:43:41 ldap slapd[17064]: conn=5 fd=11 ACCEPT from IP=141.211.192.55:51297 (IP=0.0.0.0:389)
Aug 26 13:43:41 ldap slapd[17064]: daemon: epoll: listen=7 active_threads=0 tvp=NULL
Aug 26 13:43:41 ldap slapd[17064]: daemon: activity on 1 descriptor
Aug 26 13:43:41 ldap slapd[17064]: daemon: activity on:
Aug 26 13:43:41 ldap slapd[17064]:  11r
Aug 26 13:43:41 ldap slapd[17064]:  
Aug 26 13:43:41 ldap slapd[17064]: daemon: read active on 11
Aug 26 13:43:41 ldap slapd[17064]: connection_get(11)
Aug 26 13:43:41 ldap slapd[17064]: connection_get(11): got connid=5
Aug 26 13:43:41 ldap slapd[17064]: connection_read(11): checking for input on id=5
Aug 26 13:43:41 ldap slapd[17064]: do_bind
Aug 26 13:43:41 ldap slapd[17064]: >>> dnPrettyNormal: <>
Aug 26 13:43:41 ldap slapd[17064]: <<< dnPrettyNormal: <>, <>
Aug 26 13:43:41 ldap slapd[17064]: do_bind: version=3 dn="" method=128
Aug 26 13:43:41 ldap slapd[17064]: conn=5 op=0 BIND dn="" method=128
Aug 26 13:43:41 ldap slapd[17064]: send_ldap_result: conn=5 op=0 p=3
Aug 26 13:43:41 ldap slapd[17064]: send_ldap_result: err=0 matched="" text=""
Aug 26 13:43:41 ldap slapd[17064]: send_ldap_response: msgid=1 tag=97 err=0
Aug 26 13:43:41 ldap slapd[17064]: conn=5 op=0 RESULT tag=97 err=0 text=
Aug 26 13:43:41 ldap slapd[17064]: do_bind: v3 anonymous bind
Aug 26 13:43:41 ldap slapd[17064]: daemon: epoll: listen=7 active_threads=0 tvp=NULL
Aug 26 13:43:41 ldap slapd[17064]: daemon: activity on 1 descriptor
Aug 26 13:43:41 ldap slapd[17064]: daemon: activity on:
Aug 26 13:43:41 ldap slapd[17064]:  11r
Aug 26 13:43:41 ldap slapd[17064]:  
Aug 26 13:43:41 ldap slapd[17064]: daemon: read active on 11
Aug 26 13:43:41 ldap slapd[17064]: connection_get(11)
Aug 26 13:43:41 ldap slapd[17064]: connection_get(11): got connid=5
Aug 26 13:43:41 ldap slapd[17064]: connection_read(11): checking for input on id=5
Aug 26 13:43:41 ldap slapd[17064]: daemon: epoll: listen=7 active_threads=0 tvp=NULL
Aug 26 13:43:41 ldap slapd[17064]: do_search
Aug 26 13:43:41 ldap slapd[17064]: >>> dnPrettyNormal: <ou=people,dc=icpsr,dc=umich,dc=edu>
Aug 26 13:43:41 ldap slapd[17064]: <<< dnPrettyNormal: <ou=people,dc=icpsr,dc=umich,dc=edu>, <ou=people,dc=icpsr,dc=umich,dc=edu>
Aug 26 13:43:41 ldap slapd[17064]: SRCH "ou=people,dc=icpsr,dc=umich,dc=edu" 2 3
Aug 26 13:43:41 ldap slapd[17064]:     0 0 0
Aug 26 13:43:41 ldap slapd[17064]: begin get_filter
Aug 26 13:43:41 ldap slapd[17064]: EQUALITY
Aug 26 13:43:41 ldap slapd[17064]: end get_filter 0
Aug 26 13:43:41 ldap slapd[17064]:     filter: (uid=janewang)
Aug 26 13:43:41 ldap slapd[17064]: => get_ctrls
Aug 26 13:43:41 ldap slapd[17064]: => get_ctrls: oid="2.16.840.1.113730.3.4.2" (noncritical)
Aug 26 13:43:41 ldap slapd[17064]: <= get_ctrls: n=1 rc=0 err=""
Aug 26 13:43:41 ldap slapd[17064]:     attrs:
Aug 26 13:43:41 ldap slapd[17064]:  eduPersonEntitlement
Aug 26 13:43:41 ldap slapd[17064]:  userPassword
Aug 26 13:43:41 ldap slapd[17064]:  objectClass
Aug 26 13:43:41 ldap slapd[17064]:  javaSerializedData
Aug 26 13:43:41 ldap slapd[17064]:  javaClassName
Aug 26 13:43:41 ldap slapd[17064]:  javaFactory
Aug 26 13:43:41 ldap slapd[17064]:  javaCodeBase
Aug 26 13:43:41 ldap slapd[17064]:  javaReferenceAddress
Aug 26 13:43:41 ldap slapd[17064]:  javaClassNames
Aug 26 13:43:41 ldap slapd[17064]:  javaRemoteLocation
Aug 26 13:43:41 ldap slapd[17064]:  
Aug 26 13:43:41 ldap slapd[17064]: conn=5 op=1 SRCH base="ou=people,dc=icpsr,dc=umich,dc=edu" scope=2 deref=3 filter="(uid=janewang)"
Aug 26 13:43:41 ldap slapd[17064]: conn=5 op=1 SRCH attr=businessCategory userPassword objectClass javaSerializedData javaClassName javaFactory javaCodeBase javaReferenceAddress javaClassNames javaRemoteLocation
Aug 26 13:43:41 ldap slapd[17064]: slap_global_control: unavailable control: 2.16.840.1.113730.3.4.2
Aug 26 13:43:41 ldap slapd[17064]: ==> limits_get: conn=5 op=1 dn="[anonymous]"
Aug 26 13:43:41 ldap slapd[17064]: => bdb_search
Aug 26 13:43:41 ldap slapd[17064]: bdb_dn2entry("ou=people,dc=icpsr,dc=umich,dc=edu")
Aug 26 13:43:41 ldap slapd[17064]: search_candidates: base="ou=people,dc=icpsr,dc=umich,dc=edu" (0x00000008) scope=2
Aug 26 13:43:41 ldap slapd[17064]: => bdb_filter_candidates
Aug 26 13:43:41 ldap slapd[17064]:     EQUALITY
Aug 26 13:43:41 ldap slapd[17064]: => bdb_equality_candidates (objectClass)
Aug 26 13:43:41 ldap slapd[17064]: => key_read
Aug 26 13:43:41 ldap slapd[17064]: bdb_idl_fetch_key: [01872a84]
Aug 26 13:43:41 ldap slapd[17064]: <= bdb_index_read: failed (-30989)
Aug 26 13:43:41 ldap slapd[17064]: <= bdb_equality_candidates: id=0, first=0, last=0
Aug 26 13:43:41 ldap slapd[17064]: <= bdb_filter_candidates: id=0 first=0 last=0
Aug 26 13:43:41 ldap slapd[17064]: => bdb_dn2idl("ou=people,dc=icpsr,dc=umich,dc=edu")
Aug 26 13:43:41 ldap slapd[17064]: bdb_idl_fetch_key: <at> ou=people,dc=icpsr,dc=umich,dc=edu
Aug 26 13:43:41 ldap slapd[17064]: <= bdb_dn2idl: id=3 first=8 last=13
Aug 26 13:43:41 ldap slapd[17064]: => bdb_filter_candidates
Aug 26 13:43:41 ldap slapd[17064]:     AND
Aug 26 13:43:41 ldap slapd[17064]: => bdb_list_candidates 0xa0
Aug 26 13:43:41 ldap slapd[17064]: => bdb_filter_candidates
Aug 26 13:43:41 ldap slapd[17064]:     EQUALITY
Aug 26 13:43:41 ldap slapd[17064]: => bdb_equality_candidates (uid)
Aug 26 13:43:41 ldap slapd[17064]: => key_read
Aug 26 13:43:41 ldap slapd[17064]: bdb_idl_fetch_key: [687ad9bf]
Aug 26 13:43:41 ldap slapd[17064]: <= bdb_index_read 1 candidates
Aug 26 13:43:41 ldap slapd[17064]: <= bdb_equality_candidates: id=1, first=9, last=9
Aug 26 13:43:41 ldap slapd[17064]: <= bdb_filter_candidates: id=1 first=9 last=9
Aug 26 13:43:41 ldap slapd[17064]: <= bdb_list_candidates: id=1 first=9 last=9
Aug 26 13:43:41 ldap slapd[17064]: <= bdb_filter_candidates: id=1 first=9 last=9
Aug 26 13:43:41 ldap slapd[17064]: bdb_search_candidates: id=1 first=9 last=9
Aug 26 13:43:41 ldap slapd[17064]: => test_filter
Aug 26 13:43:41 ldap slapd[17064]:     EQUALITY
Aug 26 13:43:41 ldap slapd[17064]: => access_allowed: search access to "cn=Jane Wang,ou=people,dc=icpsr,dc=umich,dc=edu" "uid" requested
Aug 26 13:43:41 ldap slapd[17064]: => acl_get: [2] attr uid
Aug 26 13:43:41 ldap slapd[17064]: => acl_mask: access to entry "cn=Jane Wang,ou=people,dc=icpsr,dc=umich,dc=edu", attr "uid" requested
Aug 26 13:43:41 ldap slapd[17064]: => acl_mask: to value by "", (=0)  
Aug 26 13:43:41 ldap slapd[17064]: <= check a_dn_pat: anonymous
Aug 26 13:43:41 ldap slapd[17064]: <= acl_mask: [1] applying read(=rscxd) (stop)
Aug 26 13:43:41 ldap slapd[17064]: <= acl_mask: [1] mask: read(=rscxd)
Aug 26 13:43:41 ldap slapd[17064]: => access_allowed: search access granted by read(=rscxd)
Aug 26 13:43:41 ldap slapd[17064]: <= test_filter 6
Aug 26 13:43:41 ldap slapd[17064]: => send_search_entry: conn 5 dn="cn=Jane Wang,ou=people,dc=icpsr,dc=umich,dc=edu"
Aug 26 13:43:41 ldap slapd[17064]: => access_allowed: read access to "cn=Jane Wang,ou=people,dc=icpsr,dc=umich,dc=edu" "entry" requested
Aug 26 13:43:41 ldap slapd[17064]: => acl_get: [4] attr entry
Aug 26 13:43:41 ldap slapd[17064]: => acl_mask: access to entry "cn=Jane Wang,ou=people,dc=icpsr,dc=umich,dc=edu", attr "entry" requested
Aug 26 13:43:41 ldap slapd[17064]: => acl_mask: to all values by "", (=0)  
Aug 26 13:43:41 ldap slapd[17064]: <= check a_dn_pat: anonymous
Aug 26 13:43:41 ldap slapd[17064]: <= acl_mask: [1] applying read(=rscxd) (stop)
Aug 26 13:43:41 ldap slapd[17064]: <= acl_mask: [1] mask: read(=rscxd)
Aug 26 13:43:41 ldap slapd[17064]: => access_allowed: read access granted by read(=rscxd)
Aug 26 13:43:41 ldap slapd[17064]: => access_allowed: read access to "cn=Jane Wang,ou=people,dc=icpsr,dc=umich,dc=edu" "objectClass" requested
Aug 26 13:43:41 ldap slapd[17064]: => acl_get: [4] attr objectClass
Aug 26 13:43:41 ldap slapd[17064]: access_allowed: no res from state (objectClass)
Aug 26 13:43:41 ldap slapd[17064]: => acl_mask: access to entry "cn=Jane Wang,ou=people,dc=icpsr,dc=umich,dc=edu", attr "objectClass" requested
Aug 26 13:43:41 ldap slapd[17064]: => acl_mask: to value by "", (=0)  
Aug 26 13:43:41 ldap slapd[17064]: <= check a_dn_pat: anonymous
Aug 26 13:43:41 ldap slapd[17064]: <= acl_mask: [1] applying read(=rscxd) (stop)
Aug 26 13:43:41 ldap slapd[17064]: <= acl_mask: [1] mask: read(=rscxd)
Aug 26 13:43:41 ldap slapd[17064]: => access_allowed: read access granted by read(=rscxd)
Aug 26 13:43:41 ldap slapd[17064]: => access_allowed: read access to "cn=Jane Wang,ou=people,dc=icpsr,dc=umich,dc=edu" " eduPersonEntitlement" requested
Aug 26 13:43:41 ldap slapd[17064]: => acl_get: [3] attr eduPersonEntitlement
Aug 26 13:43:41 ldap slapd[17064]: access_allowed: no res from state ( eduPersonEntitlement)
Aug 26 13:43:41 ldap slapd[17064]: => acl_mask: access to entry "cn=Jane Wang,ou=people,dc=icpsr,dc=umich,dc=edu", attr " eduPersonEntitlement" requested
Aug 26 13:43:41 ldap slapd[17064]: => acl_mask: to value by "", (=0)  
Aug 26 13:43:41 ldap slapd[17064]: <= check a_dn_pat: anonymous
Aug 26 13:43:41 ldap slapd[17064]: <= acl_mask: [1] applying read(=rscxd) (stop)
Aug 26 13:43:41 ldap slapd[17064]: <= acl_mask: [1] mask: read(=rscxd)
Aug 26 13:43:41 ldap slapd[17064]: => access_allowed: read access granted by read(=rscxd)
Aug 26 13:43:41 ldap slapd[17064]: => access_allowed: read access to "cn=Jane Wang,ou=people,dc=icpsr,dc=umich,dc=edu" "userPassword" requested
Aug 26 13:43:41 ldap slapd[17064]: => acl_get: [1] attr userPassword
Aug 26 13:43:41 ldap slapd[17064]: access_allowed: no res from state (userPassword)
Aug 26 13:43:41 ldap slapd[17064]: => acl_mask: access to entry "cn=Jane Wang,ou=people,dc=icpsr,dc=umich,dc=edu", attr "userPassword" requested
Aug 26 13:43:41 ldap slapd[17064]: => acl_mask: to value by "", (=0)  
Aug 26 13:43:41 ldap slapd[17064]: <= check a_dn_pat: anonymous
Aug 26 13:43:41 ldap slapd[17064]: <= acl_mask: [1] applying read(=rscxd) (stop)
Aug 26 13:43:41 ldap slapd[17064]: <= acl_mask: [1] mask: read(=rscxd)
Aug 26 13:43:41 ldap slapd[17064]: => access_allowed: read access granted by read(=rscxd)
Aug 26 13:43:41 ldap slapd[17064]: conn=5 op=1 ENTRY dn="cn=jane wang,ou=people,dc=icpsr,dc=umich,dc=edu"
Aug 26 13:43:41 ldap slapd[17064]: <= send_search_entry: conn 5 exit.
Aug 26 13:43:41 ldap slapd[17064]: send_ldap_result: conn=5 op=1 p=3
Aug 26 13:43:41 ldap slapd[17064]: send_ldap_result: err=0 matched="" text=""
Aug 26 13:43:41 ldap slapd[17064]: send_ldap_response: msgid=2 tag=101 err=0
Aug 26 13:43:41 ldap slapd[17064]: conn=5 op=1 SEARCH RESULT tag=101 err=0 nentries=1 text=
Aug 26 13:43:47 ldap slapd[17064]: daemon: activity on 1 descriptor
Aug 26 13:43:47 ldap slapd[17064]: daemon: activity on:
Aug 26 13:43:47 ldap slapd[17064]:  11r
Aug 26 13:43:47 ldap slapd[17064]:  
Aug 26 13:43:47 ldap slapd[17064]: daemon: read active on 11
Aug 26 13:43:47 ldap slapd[17064]: connection_get(11)
Aug 26 13:43:47 ldap slapd[17064]: connection_get(11): got connid=5
Aug 26 13:43:47 ldap slapd[17064]: connection_read(11): checking for input on id=5
Aug 26 13:43:47 ldap slapd[17064]: do_unbind
Aug 26 13:43:47 ldap slapd[17064]: conn=5 op=2 UNBIND
Aug 26 13:43:47 ldap slapd[17064]: ber_get_next on fd 11 failed errno=0 (Success)
Aug 26 13:43:47 ldap slapd[17064]: connection_read(11): input error=-2 id=5, closing.
Aug 26 13:43:47 ldap slapd[17064]: connection_closing: readying conn=5 sd=11 for close
Aug 26 13:43:47 ldap slapd[17064]: connection_close: deferring conn=5 sd=-1
Aug 26 13:43:47 ldap slapd[17064]: connection_resched: attempting closing conn=5 sd=11
Aug 26 13:43:47 ldap slapd[17064]: connection_close: conn=5 sd=-1
Aug 26 13:43:47 ldap slapd[17064]: daemon: removing 11
Aug 26 13:43:47 ldap slapd[17064]: conn=5 fd=11 closed
Aug 26 13:43:47 ldap slapd[17064]: daemon: epoll: listen=7 active_threads=0 tvp=NULL
Aug 26 13:43:47 ldap slapd[17064]: daemon: activity on 1 descriptor
Aug 26 13:43:47 ldap slapd[17064]: daemon: activity on:
Aug 26 13:43:47 ldap slapd[17064]:  
Aug 26 13:43:47 ldap slapd[17064]: daemon: epoll: listen=7 active_threads=0 tvp=NULL



Any suggestion on what I missed or did wrong?

Thanks.


---------------------------------------------
Jane Wang
Computing and Network Services
ICPSR, University of Michigan
PO Box 1248
Ann Arbor, MI 48106-1248
Tel: 734-763-8992
Email: janewang-63aXycvo3TyHXe+LvDLADg@public.gmane.org
---------------------------------------------
 



------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Fedora-commons-users mailing list
Fedora-commons-users <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fedora-commons-users
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Fedora-commons-users mailing list
Fedora-commons-users@...
https://lists.sourceforge.net/lists/listinfo/fedora-commons-users

Gmane