I need to read the Active Directory, search users and create user functionality.
I am able to use DirectoryEntry in C# and Domain is only physical server.
In my production environment, I have two physical domain servers with same domain name. When I try to search the AD user or create, I am getting the following exception.
Exception : «0000202B: RefErr: DSID-031007EF, data 0, 1 access points» [extended Error 8235]
Note that I have Domain Admin privileges on the domain but I’m still having the same issue.
Luís Cruz
14.6k16 gold badges69 silver badges98 bronze badges
asked Nov 5, 2011 at 9:35
3
0000202B: could mean wrong DN/searchbase like incorrect DC value etc.
answered Aug 5, 2013 at 7:26
OnlyjobOnlyjob
5,5222 gold badges34 silver badges35 bronze badges
Your problem looks like a DNS problem. I know writting that, I’ve got statisticaly 80% chance being right. Check the domain name resolution from your client. Check your DNS and verify that your two domain controlers are well registered.
answered Nov 8, 2011 at 5:17
JPBlancJPBlanc
69.3k16 gold badges132 silver badges171 bronze badges
3
The error you are getting is referall related:
ERROR_DS_REFERRAL
8235 (0x202B)
A referral was returned from the server.
You can find the error codes linked at this MSDN Article.
answered Nov 8, 2011 at 22:57
geoffcgeoffc
3,9807 gold badges44 silver badges50 bronze badges
3
Problem
When logging into Workplace, you receive the error ‘LDAP error code 10’
Symptom
Below is the snippet of the Workplace stack trace during logon failure :
Caused by: com.ibm.websphere.wim.exception.WIMSystemException: CWWIM4520E The ‘javax.naming.PartialResultException: [LDAP: error code 10 — 0000202B: RefErr: DSID-0310063C, data 0, 1 access points ref 1: ‘server1.se.root.ca.us’]; remaining name ‘CN=xxxx,OU=Users,OU=Administration,OU=xxxx,DC=xx,DC=root,DC=ca,DC=us’; resolved object com.sun.jndi.ldap.LdapCtx@23bc23bc’ naming exception occurred during processing. Caused by: com.ibm.websphere.wim.exception.WIMSystemException: CWWIM4520E The ‘javax.naming.PartialResultException: [LDAP: error code 10 — 0000202B: RefErr: DSID-0310063C, data 0, 1 access points ref 1: »server1.xx.root.ca.us’
Cause
This can happen in a Multiple Domain LDAP environment where a user account in DomainA contains referral data in DomainB, which is outside of the domain in which the account existed.
In this case, the Authentication configuration within the WebSphere application server (WAS) failed to access a user that existed in DomainA, because that user belonged to a group association in DomainB, which was not accessible.
Diagnosing The Problem
Review the WebSphere and Content Engine, systemOut.log ,systemErr.log and P8_server_error.log logs for evidence of the following error:
Caused by: com.ibm.websphere.wim.exception.WIMSystemException: CWWIM4520E The ‘javax.naming.PartialResultException: [LDAP: error code 10 — 0000202B: RefErr: DSID-0310063C, data 0, 1 access points
Resolving The Problem
To enable the LDAP referrals:
- Open the WAS console
- Go to Security
- Select Secure administration, applications and infrastructure
- Federated repositories
- Manage repositories
- Click on the Repository identifier (do this for both configured identifiers)
- Under «Support referrals to other LDAP servers», change from ignore to follow.
- Restart the Content Engine and Application Engine instances and test.
[{«Product»:{«code»:»SSNVNV»,»label»:»FileNet Content Manager»},»Business Unit»:{«code»:»BU053″,»label»:»Cloud & Data Platform»},»Component»:»Content Engine»,»Platform»:[{«code»:»PF002″,»label»:»AIX»},{«code»:»PF010″,»label»:»HP-UX»},{«code»:»PF016″,»label»:»Linux»},{«code»:»PF027″,»label»:»Solaris»},{«code»:»PF033″,»label»:»Windows»}],»Version»:»4.5.1;4.5.0;4.0.0″,»Edition»:»»,»Line of Business»:{«code»:»LOB45″,»label»:»Automation»}}]
Содержание
- You see LDAP error code10 when accessing FileNet Content Manager Workplace application
- Troubleshooting
- Problem
- Symptom
- Cause
- Diagnosing The Problem
- Resolving The Problem
- Crowd Support
- Knowledge base
- Products
- Jira Software
- Jira Service Management
- Jira Work Management
- Confluence
- Bitbucket
- Resources
- Documentation
- Community
- Suggestions and bugs
- Marketplace
- Billing and licensing
- Viewport
- Confluence
- LDAP Integration Fails with LDAP Error Code 10
- Related content
- Still need help?
- Problem
- Cause
- Resolution
- LDAP synchronization error: Referral (10) #2600
- Comments
- Expected Behavior (or desired behavior if a feature request)
- Actual Behavior
- at Kernel->handle(object(Request)) in index.php line 55
- Please confirm you have done the following before posting your bug report:
- Please provide answers to these questions before posting your bug report:
You see LDAP error code10 when accessing FileNet Content Manager Workplace application
Troubleshooting
Problem
When logging into Workplace, you receive the error ‘LDAP error code 10’
Symptom
Below is the snippet of the Workplace stack trace during logon failure :
Caused by: com.ibm.websphere.wim.exception.WIMSystemException: CWWIM4520E The ‘javax.naming.PartialResultException: [LDAP: error code 10 — 0000202B: RefErr: DSID-0310063C, data 0, 1 access points ref 1: ‘server1.se.root.ca.us’]; remaining name ‘CN=xxxx,OU=Users,OU=Administration,OU=xxxx,DC=xx,DC=root,DC=ca,DC=us’; resolved object com.sun.jndi.ldap.LdapCtx@23bc23bc’ naming exception occurred during processing. Caused by: com.ibm.websphere.wim.exception.WIMSystemException: CWWIM4520E The ‘javax.naming.PartialResultException: [LDAP: error code 10 — 0000202B: RefErr: DSID-0310063C, data 0, 1 access points ref 1: »server1.xx.root.ca.us’
Cause
This can happen in a Multiple Domain LDAP environment where a user account in DomainA contains referral data in DomainB, which is outside of the domain in which the account existed.
In this case, the Authentication configuration within the WebSphere application server (WAS) failed to access a user that existed in DomainA, because that user belonged to a group association in DomainB, which was not accessible.
Diagnosing The Problem
Review the WebSphere and Content Engine, systemOut.log ,systemErr.log and P8_server_error.log logs for evidence of the following error:
Caused by: com.ibm.websphere.wim.exception.WIMSystemException: CWWIM4520E The ‘javax.naming.PartialResultException: [LDAP: error code 10 — 0000202B: RefErr: DSID-0310063C, data 0, 1 access points
Resolving The Problem
To enable the LDAP referrals:
- Open the WAS console
- Go to Security
- Select Secure administration, applications and infrastructure
- Federated repositories
- Manage repositories
- Click on the Repository identifier (do this for both configured identifiers)
- Under «Support referrals to other LDAP servers», change from ignore to follow.
- Restart the Content Engine and Application Engine instances and test.
Источник
Crowd Support
Knowledge base
Products
Jira Software
Project and issue tracking
Jira Service Management
Service management and customer support
Jira Work Management
Manage any business project
Confluence
Bitbucket
Git code management
Resources
Documentation
Usage and admin help
Answers, support, and inspiration
Suggestions and bugs
Feature suggestions and bug reports
Marketplace
Billing and licensing
Frequently asked questions
Viewport
Confluence
LDAP Integration Fails with LDAP Error Code 10
Related content
Still need help?
The Atlassian Community is here for you.
Problem
After configuring a directory to connect to AD/LDAP, you see that the connection test is successful; however, no users are pulled from that AD/LDAP directory.
The following appears in the atlassian-crowd.log :
Cause
This is caused by an invalid base DN used during the configuration of the directory in Crowd. In the example above, the base DN used is dc=Atlassian, dc=con. Since the con domain controller does not exist, Crowd will get that error in its logs.
Resolution
Check with your LDAP administrator to ensure that the base DN is valid and does not contain any typos or errors. If it does all you need to do is to insert the correct base DN. In the example above all we would need to do to fix the issue is use dc=com instead of dc=con).
Источник
LDAP synchronization error: Referral (10) #2600
Expected Behavior (or desired behavior if a feature request)
When I’m on the dashboard we page click on People on the left menu>LDAP import icon on the top right>Choose my location created previously>Click Synchronize and it should sync all AD users from our domain with usernames and emails.
Actual Behavior
After clicking «Synchronize» I get an error stating:
ErrorException in Ldap.php line 269:
ldap_control_paged_result_response(): Result is: Referral (10)
in Ldap.php line 269
at HandleExceptions->handleError(‘2’, ‘ldap_control_paged_result_response(): Result is: Referral (10)’, ‘/var/www/snipeit/app/Models/Ldap.php’, ‘269’, array(‘ldapconn’ => resource, ‘ldap_bind’ => null, ‘base_dn’ => ‘dc='(domain)’,dc='(domain)’, ‘filter’ => ‘&(cn=*)’, ‘page_size’ => ‘500’, ‘cookie’ => », ‘result_set’ => array(‘count’ => ‘0’), ‘global_count’ => ‘0’, ‘search_results’ => resource, ‘results’ => array(‘count’ => ‘0’)))
at ldap_control_paged_result_response(resource, resource, ») in Ldap.php line 269
at Ldap::findLdapUsers() in UsersController.php line 1191
at UsersController->postLDAP(object(Request))
at call_user_func_array(array(object(UsersController), ‘postLDAP’), array(object(Request))) in compiled.php line 9424
at Controller->callAction(‘postLDAP’, array(object(Request))) in compiled.php line 9486
at ControllerDispatcher->call(object(UsersController), object(Route), ‘postLDAP’) in compiled.php line 9466
at ControllerDispatcher->IlluminateRouting(object(Request))
at call_user_func(object(Closure), object(Request)) in Pipeline.php line 52
at Pipeline->IlluminateRouting(object(Request))
at call_user_func(object(Closure), object(Request)) in compiled.php line 9948
at Pipeline->then(object(Closure)) in compiled.php line 9467
at ControllerDispatcher->callWithinStack(object(UsersController), object(Route), object(Request), ‘postLDAP’) in compiled.php line 9454
at ControllerDispatcher->dispatch(object(Route), object(Request), ‘AppHttpControllersUsersController’, ‘postLDAP’) in compiled.php line 8524
at Route->runController(object(Request)) in compiled.php line 8511
at Route->run(object(Request)) in compiled.php line 8225
at Router->IlluminateRouting(object(Request))
at call_user_func(object(Closure), object(Request)) in Pipeline.php line 52
at Pipeline->IlluminateRouting(object(Request)) in CheckPermissions.php line 27
at CheckPermissions->handle(object(Request), object(Closure), ‘users.view’)
at call_user_func_array(array(object(CheckPermissions), ‘handle’), array(object(Request), object(Closure), ‘users.view’)) in compiled.php line 9963
at Pipeline->IlluminatePipeline(object(Request))
at call_user_func(object(Closure), object(Request)) in Pipeline.php line 32
at Pipeline->IlluminateRouting(object(Request)) in Authenticate.php line 45
at Authenticate->handle(object(Request), object(Closure))
at call_user_func_array(array(object(Authenticate), ‘handle’), array(object(Request), object(Closure))) in compiled.php line 9963
at Pipeline->IlluminatePipeline(object(Request))
at call_user_func(object(Closure), object(Request)) in Pipeline.php line 32
at Pipeline->IlluminateRouting(object(Request)) in CheckLocale.php line 40
at CheckLocale->handle(object(Request), object(Closure))
at call_user_func_array(array(object(CheckLocale), ‘handle’), array(object(Request), object(Closure))) in compiled.php line 9963
at Pipeline->IlluminatePipeline(object(Request))
at call_user_func(object(Closure), object(Request)) in Pipeline.php line 32
at Pipeline->IlluminateRouting(object(Request)) in compiled.php line 3225
at VerifyCsrfToken->handle(object(Request), object(Closure))
at call_user_func_array(array(object(VerifyCsrfToken), ‘handle’), array(object(Request), object(Closure))) in compiled.php line 9963
at Pipeline->IlluminatePipeline(object(Request))
at call_user_func(object(Closure), object(Request)) in Pipeline.php line 32
at Pipeline->IlluminateRouting(object(Request)) in compiled.php line 13212
at AddQueuedCookiesToResponse->handle(object(Request), object(Closure))
at call_user_func_array(array(object(AddQueuedCookiesToResponse), ‘handle’), array(object(Request), object(Closure))) in compiled.php line 9963
at Pipeline->IlluminatePipeline(object(Request))
at call_user_func(object(Closure), object(Request)) in Pipeline.php line 32
at Pipeline->IlluminateRouting(object(Request)) in compiled.php line 13149
at EncryptCookies->handle(object(Request), object(Closure))
at call_user_func_array(array(object(EncryptCookies), ‘handle’), array(object(Request), object(Closure))) in compiled.php line 9963
at Pipeline->IlluminatePipeline(object(Request))
at call_user_func(object(Closure), object(Request)) in Pipeline.php line 32
at Pipeline->IlluminateRouting(object(Request)) in Authenticate.php line 45
at Authenticate->handle(object(Request), object(Closure))
at call_user_func_array(array(object(Authenticate), ‘handle’), array(object(Request), object(Closure))) in compiled.php line 9963
at Pipeline->IlluminatePipeline(object(Request))
at call_user_func(object(Closure), object(Request)) in Pipeline.php line 32
at Pipeline->IlluminateRouting(object(Request)) in CheckLocale.php line 40
at CheckLocale->handle(object(Request), object(Closure))
at call_user_func_array(array(object(CheckLocale), ‘handle’), array(object(Request), object(Closure))) in compiled.php line 9963
at Pipeline->IlluminatePipeline(object(Request))
at call_user_func(object(Closure), object(Request)) in Pipeline.php line 32
at Pipeline->IlluminateRouting(object(Request)) in compiled.php line 3225
at VerifyCsrfToken->handle(object(Request), object(Closure))
at call_user_func_array(array(object(VerifyCsrfToken), ‘handle’), array(object(Request), object(Closure))) in compiled.php line 9963
at Pipeline->IlluminatePipeline(object(Request))
at call_user_func(object(Closure), object(Request)) in Pipeline.php line 32
at Pipeline->IlluminateRouting(object(Request)) in compiled.php line 13212
at AddQueuedCookiesToResponse->handle(object(Request), object(Closure))
at call_user_func_array(array(object(AddQueuedCookiesToResponse), ‘handle’), array(object(Request), object(Closure))) in compiled.php line 9963
at Pipeline->IlluminatePipeline(object(Request))
at call_user_func(object(Closure), object(Request)) in Pipeline.php line 32
at Pipeline->IlluminateRouting(object(Request)) in compiled.php line 13149
at EncryptCookies->handle(object(Request), object(Closure))
at call_user_func_array(array(object(EncryptCookies), ‘handle’), array(object(Request), object(Closure))) in compiled.php line 9963
at Pipeline->IlluminatePipeline(object(Request))
at call_user_func(object(Closure), object(Request)) in Pipeline.php line 32
at Pipeline->IlluminateRouting(object(Request))
at call_user_func(object(Closure), object(Request)) in compiled.php line 9948
at Pipeline->then(object(Closure)) in compiled.php line 8226
at Router->runRouteWithinStack(object(Route), object(Request)) in compiled.php line 8217
at Router->dispatchToRoute(object(Request)) in compiled.php line 8207
at Router->dispatch(object(Request)) in compiled.php line 2419
at Kernel->IlluminateFoundationHttp(object(Request))
at call_user_func(object(Closure), object(Request)) in Pipeline.php line 52
at Pipeline->IlluminateRouting(object(Request)) in Debugbar.php line 49
at Debugbar->handle(object(Request), object(Closure))
at call_user_func_array(array(object(Debugbar), ‘handle’), array(object(Request), object(Closure))) in compiled.php line 9963
at Pipeline->IlluminatePipeline(object(Request))
at call_user_func(object(Closure), object(Request)) in Pipeline.php line 32
at Pipeline->IlluminateRouting(object(Request)) in TrustProxies.php line 46
at TrustProxies->handle(object(Request), object(Closure))
at call_user_func_array(array(object(TrustProxies), ‘handle’), array(object(Request), object(Closure))) in compiled.php line 9963
at Pipeline->IlluminatePipeline(object(Request))
at call_user_func(object(Closure), object(Request)) in Pipeline.php line 32
at Pipeline->IlluminateRouting(object(Request)) in CheckForSetup.php line 22
at CheckForSetup->handle(object(Request), object(Closure))
at call_user_func_array(array(object(CheckForSetup), ‘handle’), array(object(Request), object(Closure))) in compiled.php line 9963
at Pipeline->IlluminatePipeline(object(Request))
at call_user_func(object(Closure), object(Request)) in Pipeline.php line 32
at Pipeline->IlluminateRouting(object(Request)) in NosniffGuard.php line 17
at NosniffGuard->handle(object(Request), object(Closure))
at call_user_func_array(array(object(NosniffGuard), ‘handle’), array(object(Request), object(Closure))) in compiled.php line 9963
at Pipeline->IlluminatePipeline(object(Request))
at call_user_func(object(Closure), object(Request)) in Pipeline.php line 32
at Pipeline->IlluminateRouting(object(Request)) in XssProtectHeader.php line 17
at XssProtectHeader->handle(object(Request), object(Closure))
at call_user_func_array(array(object(XssProtectHeader), ‘handle’), array(object(Request), object(Closure))) in compiled.php line 9963
at Pipeline->IlluminatePipeline(object(Request))
at call_user_func(object(Closure), object(Request)) in Pipeline.php line 32
at Pipeline->IlluminateRouting(object(Request)) in FrameGuard.php line 17
at FrameGuard->handle(object(Request), object(Closure))
at call_user_func_array(array(object(FrameGuard), ‘handle’), array(object(Request), object(Closure))) in compiled.php line 9963
at Pipeline->IlluminatePipeline(object(Request))
at call_user_func(object(Closure), object(Request)) in Pipeline.php line 32
at Pipeline->IlluminateRouting(object(Request)) in compiled.php line 13473
at ShareErrorsFromSession->handle(object(Request), object(Closure))
at call_user_func_array(array(object(ShareErrorsFromSession), ‘handle’), array(object(Request), object(Closure))) in compiled.php line 9963
at Pipeline->IlluminatePipeline(object(Request))
at call_user_func(object(Closure), object(Request)) in Pipeline.php line 32
at Pipeline->IlluminateRouting(object(Request)) in compiled.php line 11963
at StartSession->handle(object(Request), object(Closure))
at call_user_func_array(array(object(StartSession), ‘handle’), array(object(Request), object(Closure))) in compiled.php line 9963
at Pipeline->IlluminatePipeline(object(Request))
at call_user_func(object(Closure), object(Request)) in Pipeline.php line 32
at Pipeline->IlluminateRouting(object(Request)) in CheckForMaintenanceMode.php line 145
at CheckForMaintenanceMode->handle(object(Request), object(Closure))
at call_user_func_array(array(object(CheckForMaintenanceMode), ‘handle’), array(object(Request), object(Closure))) in compiled.php line 9963
at Pipeline->IlluminatePipeline(object(Request))
at call_user_func(object(Closure), object(Request)) in Pipeline.php line 32
at Pipeline->IlluminateRouting(object(Request))
at call_user_func(object(Closure), object(Request)) in compiled.php line 9948
at Pipeline->then(object(Closure)) in compiled.php line 2366
at Kernel->sendRequestThroughRouter(object(Request)) in compiled.php line 2350
at Kernel->handle(object(Request)) in index.php line 55
app/storage/logs stacktrace is below:
[2016-09-08 13:04:49] production.ERROR: exception ‘ErrorException’ with message ‘ldap_control_paged_result_response(): Result is: Referral (10)’ in /var/www/snipeit/app/Models/Ldap.php:269
Stack trace:
#0 [internal function]: IlluminateFoundationBootstrapHandleExceptions->handleError(2, ‘ldap_control_pa. ‘, ‘/var/www/snipei. ‘, 269, Array)
#1 /var/www/snipeit/app/Models/Ldap.php(269): ldap_control_paged_result_response(Resource id #10, Resource id #11, »)
#2 /var/www/snipeit/app/Http/Controllers/UsersController.php(1191): AppModelsLdap::findLdapUsers()
#3 [internal function]: AppHttpControllersUsersController->postLDAP(Object(IlluminateHttpRequest))
#4 /var/www/snipeit/bootstrap/cache/compiled.php(9424): call_user_func_array(Array, Array)
#5 /var/www/snipeit/bootstrap/cache/compiled.php(9486): IlluminateRoutingController->callAction(‘postLDAP’, Array)
#6 /var/www/snipeit/bootstrap/cache/compiled.php(9466): IlluminateRoutingControllerDispatcher->call(Object(AppHttpControllersUsersController), Object(IlluminateRoutingRoute), ‘postLDAP’)
#7 [internal function]: IlluminateRoutingControllerDispatcher->IlluminateRouting(Object(IlluminateHttpRequest))
#8 /var/www/snipeit/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php(52): call_user_func(Object(Closure), Object(IlluminateHttpRequest))
#9 [internal function]: IlluminateRoutingPipeline->IlluminateRouting(Object(IlluminateHttpRequest))
#10 /var/www/snipeit/bootstrap/cache/compiled.php(9948): call_user_func(Object(Closure), Object(IlluminateHttpRequest))
#11 /var/www/snipeit/bootstrap/cache/compiled.php(9467): IlluminatePipelinePipeline->then(Object(Closure))
#12 /var/www/snipeit/bootstrap/cache/compiled.php(9454): IlluminateRoutingControllerDispatcher->callWithinStack(Object(AppHttpControllersUsersController), Object(IlluminateRoutingRoute), Object(IlluminateHttpRequest), ‘postLDAP’)
#13 /var/www/snipeit/bootstrap/cache/compiled.php(8524): IlluminateRoutingControllerDispatcher->dispatch(Object(IlluminateRoutingRoute), Object(IlluminateHttpRequest), ‘AppHttpContro. ‘, ‘postLDAP’)
#14 /var/www/snipeit/bootstrap/cache/compiled.php(8511): IlluminateRoutingRoute->runController(Object(IlluminateHttpRequest))
#15 /var/www/snipeit/bootstrap/cache/compiled.php(8225): IlluminateRoutingRoute->run(Object(IlluminateHttpRequest))
#16 [internal function]: IlluminateRoutingRouter->IlluminateRouting(Object(IlluminateHttpRequest))
#17 /var/www/snipeit/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php(52): call_user_func(Object(Closure), Object(IlluminateHttpRequest))
#18 /var/www/snipeit/app/Http/Middleware/CheckPermissions.php(27): IlluminateRoutingPipeline->IlluminateRouting(Object(IlluminateHttpRequest))
#19 [internal function]: AppHttpMiddlewareCheckPermissions->handle(Object(IlluminateHttpRequest), Object(Closure), ‘users.view’)
#20 /var/www/snipeit/bootstrap/cache/compiled.php(9963): call_user_func_array(Array, Array)
#21 [internal function]: IlluminatePipelinePipeline->IlluminatePipeline(Object(IlluminateHttpRequest))
#22 /var/www/snipeit/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php(32): call_user_func(Object(Closure), Object(IlluminateHttpRequest))
#23 /var/www/snipeit/app/Http/Middleware/Authenticate.php(45): IlluminateRoutingPipeline->IlluminateRouting(Object(IlluminateHttpRequest))
#24 [internal function]: AppHttpMiddlewareAuthenticate->handle(Object(IlluminateHttpRequest), Object(Closure))
#25 /var/www/snipeit/bootstrap/cache/compiled.php(9963): call_user_func_array(Array, Array)
#26 [internal function]: IlluminatePipelinePipeline->IlluminatePipeline(Object(IlluminateHttpRequest))
#27 /var/www/snipeit/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php(32): call_user_func(Object(Closure), Object(IlluminateHttpRequest))
#28 /var/www/snipeit/app/Http/Middleware/CheckLocale.php(40): IlluminateRoutingPipeline->IlluminateRouting(Object(IlluminateHttpRequest))
#29 [internal function]: AppHttpMiddlewareCheckLocale->handle(Object(IlluminateHttpRequest), Object(Closure))
#30 /var/www/snipeit/bootstrap/cache/compiled.php(9963): call_user_func_array(Array, Array)
#31 [internal function]: IlluminatePipelinePipeline->IlluminatePipeline(Object(IlluminateHttpRequest))
#32 /var/www/snipeit/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php(32): call_user_func(Object(Closure), Object(IlluminateHttpRequest))
#33 /var/www/snipeit/bootstrap/cache/compiled.php(3225): IlluminateRoutingPipeline->IlluminateRouting(Object(IlluminateHttpRequest))
#34 [internal function]: IlluminateFoundationHttpMiddlewareVerifyCsrfToken->handle(Object(IlluminateHttpRequest), Object(Closure))
#35 /var/www/snipeit/bootstrap/cache/compiled.php(9963): call_user_func_array(Array, Array)
#36 [internal function]: IlluminatePipelinePipeline->IlluminatePipeline(Object(IlluminateHttpRequest))
#37 /var/www/snipeit/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php(32): call_user_func(Object(Closure), Object(IlluminateHttpRequest))
#38 /var/www/snipeit/bootstrap/cache/compiled.php(13212): IlluminateRoutingPipeline->IlluminateRouting(Object(IlluminateHttpRequest))
#39 [internal function]: IlluminateCookieMiddlewareAddQueuedCookiesToResponse->handle(Object(IlluminateHttpRequest), Object(Closure))
#40 /var/www/snipeit/bootstrap/cache/compiled.php(9963): call_user_func_array(Array, Array)
#41 [internal function]: IlluminatePipelinePipeline->IlluminatePipeline(Object(IlluminateHttpRequest))
#42 /var/www/snipeit/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php(32): call_user_func(Object(Closure), Object(IlluminateHttpRequest))
#43 /var/www/snipeit/bootstrap/cache/compiled.php(13149): IlluminateRoutingPipeline->IlluminateRouting(Object(IlluminateHttpRequest))
#44 [internal function]: IlluminateCookieMiddlewareEncryptCookies->handle(Object(IlluminateHttpRequest), Object(Closure))
#45 /var/www/snipeit/bootstrap/cache/compiled.php(9963): call_user_func_array(Array, Array)
#46 [internal function]: IlluminatePipelinePipeline->IlluminatePipeline(Object(IlluminateHttpRequest))
#47 /var/www/snipeit/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php(32): call_user_func(Object(Closure), Object(IlluminateHttpRequest))
#48 /var/www/snipeit/app/Http/Middleware/Authenticate.php(45): IlluminateRoutingPipeline->IlluminateRouting(Object(IlluminateHttpRequest))
#49 [internal function]: AppHttpMiddlewareAuthenticate->handle(Object(IlluminateHttpRequest), Object(Closure))
#50 /var/www/snipeit/bootstrap/cache/compiled.php(9963): call_user_func_array(Array, Array)
#51 [internal function]: IlluminatePipelinePipeline->IlluminatePipeline(Object(IlluminateHttpRequest))
#52 /var/www/snipeit/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php(32): call_user_func(Object(Closure), Object(IlluminateHttpRequest))
#53 /var/www/snipeit/app/Http/Middleware/CheckLocale.php(40): IlluminateRoutingPipeline->IlluminateRouting(Object(IlluminateHttpRequest))
#54 [internal function]: AppHttpMiddlewareCheckLocale->handle(Object(IlluminateHttpRequest), Object(Closure))
#55 /var/www/snipeit/bootstrap/cache/compiled.php(9963): call_user_func_array(Array, Array)
#56 [internal function]: IlluminatePipelinePipeline->IlluminatePipeline(Object(IlluminateHttpRequest))
#57 /var/www/snipeit/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php(32): call_user_func(Object(Closure), Object(IlluminateHttpRequest))
#58 /var/www/snipeit/bootstrap/cache/compiled.php(3225): IlluminateRoutingPipeline->IlluminateRouting(Object(IlluminateHttpRequest))
#59 [internal function]: IlluminateFoundationHttpMiddlewareVerifyCsrfToken->handle(Object(IlluminateHttpRequest), Object(Closure))
#60 /var/www/snipeit/bootstrap/cache/compiled.php(9963): call_user_func_array(Array, Array)
#61 [internal function]: IlluminatePipelinePipeline->IlluminatePipeline(Object(IlluminateHttpRequest))
#62 /var/www/snipeit/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php(32): call_user_func(Object(Closure), Object(IlluminateHttpRequest))
#63 /var/www/snipeit/bootstrap/cache/compiled.php(13212): IlluminateRoutingPipeline->IlluminateRouting(Object(IlluminateHttpRequest))
#64 [internal function]: IlluminateCookieMiddlewareAddQueuedCookiesToResponse->handle(Object(IlluminateHttpRequest), Object(Closure))
#65 /var/www/snipeit/bootstrap/cache/compiled.php(9963): call_user_func_array(Array, Array)
#66 [internal function]: IlluminatePipelinePipeline->IlluminatePipeline(Object(IlluminateHttpRequest))
#67 /var/www/snipeit/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php(32): call_user_func(Object(Closure), Object(IlluminateHttpRequest))
#68 /var/www/snipeit/bootstrap/cache/compiled.php(13149): IlluminateRoutingPipeline->IlluminateRouting(Object(IlluminateHttpRequest))
#69 [internal function]: IlluminateCookieMiddlewareEncryptCookies->handle(Object(IlluminateHttpRequest), Object(Closure))
#70 /var/www/snipeit/bootstrap/cache/compiled.php(9963): call_user_func_array(Array, Array)
#71 [internal function]: IlluminatePipelinePipeline->IlluminatePipeline(Object(IlluminateHttpRequest))
#72 /var/www/snipeit/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php(32): call_user_func(Object(Closure), Object(IlluminateHttpRequest))
#73 [internal function]: IlluminateRoutingPipeline->IlluminateRouting(Object(IlluminateHttpRequest))
#74 /var/www/snipeit/bootstrap/cache/compiled.php(9948): call_user_func(Object(Closure), Object(IlluminateHttpRequest))
#75 /var/www/snipeit/bootstrap/cache/compiled.php(8226): IlluminatePipelinePipeline->then(Object(Closure))
#76 /var/www/snipeit/bootstrap/cache/compiled.php(8217): IlluminateRoutingRouter->runRouteWithinStack(Object(IlluminateRoutingRoute), Object(IlluminateHttpRequest))
#77 /var/www/snipeit/bootstrap/cache/compiled.php(8207): IlluminateRoutingRouter->dispatchToRoute(Object(IlluminateHttpRequest))
#78 /var/www/snipeit/bootstrap/cache/compiled.php(2419): IlluminateRoutingRouter->dispatch(Object(IlluminateHttpRequest))
#79 [internal function]: IlluminateFoundationHttpKernel->IlluminateFoundationHttp(Object(IlluminateHttpRequest))
#80 /var/www/snipeit/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php(52): call_user_func(Object(Closure), Object(IlluminateHttpRequest))
#81 /var/www/snipeit/vendor/fideloper/proxy/src/TrustProxies.php(46): IlluminateRoutingPipeline->IlluminateRouting(Object(IlluminateHttpRequest))
#82 [internal function]: FideloperProxyTrustProxies->handle(Object(IlluminateHttpRequest), Object(Closure))
#83 /var/www/snipeit/bootstrap/cache/compiled.php(9963): call_user_func_array(Array, Array)
#84 [internal function]: IlluminatePipelinePipeline->IlluminatePipeline(Object(IlluminateHttpRequest))
#85 /var/www/snipeit/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php(32): call_user_func(Object(Closure), Object(IlluminateHttpRequest))
#86 /var/www/snipeit/app/Http/Middleware/CheckForSetup.php(22): IlluminateRoutingPipeline->IlluminateRouting(Object(IlluminateHttpRequest))
#87 [internal function]: AppHttpMiddlewareCheckForSetup->handle(Object(IlluminateHttpRequest), Object(Closure))
#88 /var/www/snipeit/bootstrap/cache/compiled.php(9963): call_user_func_array(Array, Array)
#89 [internal function]: IlluminatePipelinePipeline->IlluminatePipeline(Object(IlluminateHttpRequest))
#90 /var/www/snipeit/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php(32): call_user_func(Object(Closure), Object(IlluminateHttpRequest))
#91 /var/www/snipeit/app/Http/Middleware/NosniffGuard.php(17): IlluminateRoutingPipeline->IlluminateRouting(Object(IlluminateHttpRequest))
#92 [internal function]: AppHttpMiddlewareNosniffGuard->handle(Object(IlluminateHttpRequest), Object(Closure))
#93 /var/www/snipeit/bootstrap/cache/compiled.php(9963): call_user_func_array(Array, Array)
#94 [internal function]: IlluminatePipelinePipeline->IlluminatePipeline(Object(IlluminateHttpRequest))
#95 /var/www/snipeit/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php(32): call_user_func(Object(Closure), Object(IlluminateHttpRequest))
#96 /var/www/snipeit/app/Http/Middleware/XssProtectHeader.php(17): IlluminateRoutingPipeline->IlluminateRouting(Object(IlluminateHttpRequest))
#97 [internal function]: AppHttpMiddlewareXssProtectHeader->handle(Object(IlluminateHttpRequest), Object(Closure))
#98 /var/www/snipeit/bootstrap/cache/compiled.php(9963): call_user_func_array(Array, Array)
#99 [internal function]: IlluminatePipelinePipeline->IlluminatePipeline(Object(IlluminateHttpRequest))
#100 /var/www/snipeit/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php(32): call_user_func(Object(Closure), Object(IlluminateHttpRequest))
#101 /var/www/snipeit/app/Http/Middleware/FrameGuard.php(17): IlluminateRoutingPipeline->IlluminateRouting(Object(IlluminateHttpRequest))
#102 [internal function]: AppHttpMiddlewareFrameGuard->handle(Object(IlluminateHttpRequest), Object(Closure))
#103 /var/www/snipeit/bootstrap/cache/compiled.php(9963): call_user_func_array(Array, Array)
#104 [internal function]: IlluminatePipelinePipeline->IlluminatePipeline(Object(IlluminateHttpRequest))
#105 /var/www/snipeit/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php(32): call_user_func(Object(Closure), Object(IlluminateHttpRequest))
#106 /var/www/snipeit/bootstrap/cache/compiled.php(13473): IlluminateRoutingPipeline->IlluminateRouting(Object(IlluminateHttpRequest))
#107 [internal function]: IlluminateViewMiddlewareShareErrorsFromSession->handle(Object(IlluminateHttpRequest), Object(Closure))
#108 /var/www/snipeit/bootstrap/cache/compiled.php(9963): call_user_func_array(Array, Array)
#109 [internal function]: IlluminatePipelinePipeline->IlluminatePipeline(Object(IlluminateHttpRequest))
#110 /var/www/snipeit/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php(32): call_user_func(Object(Closure), Object(IlluminateHttpRequest))
#111 /var/www/snipeit/bootstrap/cache/compiled.php(11963): IlluminateRoutingPipeline->IlluminateRouting(Object(IlluminateHttpRequest))
#112 [internal function]: IlluminateSessionMiddlewareStartSession->handle(Object(IlluminateHttpRequest), Object(Closure))
#113 /var/www/snipeit/bootstrap/cache/compiled.php(9963): call_user_func_array(Array, Array)
#114 [internal function]: IlluminatePipelinePipeline->IlluminatePipeline(Object(IlluminateHttpRequest))
#115 /var/www/snipeit/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php(32): call_user_func(Object(Closure), Object(IlluminateHttpRequest))
#116 /var/www/snipeit/vendor/misterphilip/maintenance-mode/src/MisterPhilip/MaintenanceMode/Http/Middleware/CheckForMaintenanceMode.php(145): IlluminateRoutingPipeline->IlluminateRouting(Object(IlluminateHttpRequest))
#117 [internal function]: MisterPhilipMaintenanceModeHttpMiddlewareCheckForMaintenanceMode->handle(Object(IlluminateHttpRequest), Object(Closure))
#118 /var/www/snipeit/bootstrap/cache/compiled.php(9963): call_user_func_array(Array, Array)
#119 [internal function]: IlluminatePipelinePipeline->IlluminatePipeline(Object(IlluminateHttpRequest))
#120 /var/www/snipeit/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php(32): call_user_func(Object(Closure), Object(IlluminateHttpRequest))
#121 [internal function]: IlluminateRoutingPipeline->IlluminateRouting(Object(IlluminateHttpRequest))
#122 /var/www/snipeit/bootstrap/cache/compiled.php(9948): call_user_func(Object(Closure), Object(IlluminateHttpRequest))
#123 /var/www/snipeit/bootstrap/cache/compiled.php(2366): IlluminatePipelinePipeline->then(Object(Closure))
#124 /var/www/snipeit/bootstrap/cache/compiled.php(2350): IlluminateFoundationHttpKernel->sendRequestThroughRouter(Object(IlluminateHttpRequest))
#125 /var/www/snipeit/public/index.php(55): IlluminateFoundationHttpKernel->handle(Object(IlluminateHttpRequest))
#126
(I’ve omitted the domain name on purpose)
Please confirm you have done the following before posting your bug report:
- [ x] I have enabled debug mode
- [x ] I have read checked the Common Issues page
Please provide answers to these questions before posting your bug report:
- Version of Snipe-IT you’re running= v3.0
- What OS and web server you’re running Snipe-IT on= Ubuntu 16.04 Server amd64
- What method you used to install Snipe-IT (install.sh, manual installation, docker, etc)= install.sh
- If you’re getting an error in your browser, include that error= please see above
- What specific Snipe-IT page you’re on, and what specific element you’re interacting with to trigger the error=I’m on the People page and I’m interacting with the LDAP element on the top right of the People page. Then it takes me to the synchronization page correctly but when I choose the location (created previously) it gives the error above.
- If a stacktrace is provided in the error, include that too.=This has been included.
- Any errors that appear in your browser’s error console.=No errors in the browser error console
- Confirm whether the error is reproduceable on the demo.=LDAP IS NOT ON THE DEMO
- Include any additional information you can find in app/storage/logs and your webserver’s logs.
- Include what you’ve done so far in the installation, and if you got any error messages along the way.
I’ve been having issues with smtp as well but I’m just working the .env file and trying to figure out the right settings. I don’t think these issues are related. Otherwise, vanilla install. - Indicate whether or not you’ve manually edited any data directly in the database NO
I was getting this error previously after immediately clicking the LDAP Import in the People page but just refreshed the browser and it doesn’t reappear.
The text was updated successfully, but these errors were encountered:
Источник
- Remove From My Forums

ldifde import on sub domains — 0000202B: RefErr: DSID-03100781, data 0, 1 access points
-
Вопрос
-
Hi,
I’m using ldifde to import AD users across the forest. I run the tool on the root main and when trying to import an AD user to a child domain I get this error «0000202B: RefErr: DSID-03100781, data 0, 1 access points» «ref 1: ‘child.domain.com'».
Is there a way to create the accounts without having to connect to a DC on the child domain?Regards.
Ответы
-
Hi,
As far as I know about error “0000202B”, this could be caused by an invalid base DN/ /searchbase used or a DNS problem during targeting the DC. Therefore, you could have a try starting check from this aspect.
>> Is there a way to create the accounts without having to connect to a DC on the child domain?
I doubt that there could be possible without connecting the DC of child domain.
Best regards,
Wendy
Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact
tnmff@microsoft.com.-
Помечено в качестве ответа
14 июня 2017 г. 13:53
-
Помечено в качестве ответа
-
error «0000202B:
# for hex 0x202b / decimal 8235 :
ERROR_DS_REFERRAL winerror.h
# A referral was returned from the server.
# 1 matches found for «0000202B»Is there a way to create the accounts without having to connect to a DC on the child domain?
How would you add a passenger to a bus when you cannot access the bus?
-
Помечено в качестве ответа
Carlos GC
14 июня 2017 г. 13:53
-
Помечено в качестве ответа
I need to read the Active Directory, search users and create user functionality.
I am able to use DirectoryEntry in C# and Domain is only physical server.
In my production environment, I have two physical domain servers with same domain name. When I try to search the AD user or create, I am getting the following exception.
Exception : «0000202B: RefErr: DSID-031007EF, data 0, 1 access points» [extended Error 8235]
Note that I have Domain Admin privileges on the domain but I’m still having the same issue.
Luís Cruz
14.6k16 gold badges69 silver badges98 bronze badges
asked Nov 5, 2011 at 9:35
3
0000202B: could mean wrong DN/searchbase like incorrect DC value etc.
answered Aug 5, 2013 at 7:26
OnlyjobOnlyjob
5,5222 gold badges34 silver badges35 bronze badges
Your problem looks like a DNS problem. I know writting that, I’ve got statisticaly 80% chance being right. Check the domain name resolution from your client. Check your DNS and verify that your two domain controlers are well registered.
answered Nov 8, 2011 at 5:17
JPBlancJPBlanc
69.3k16 gold badges132 silver badges171 bronze badges
3
The error you are getting is referall related:
ERROR_DS_REFERRAL
8235 (0x202B)
A referral was returned from the server.
You can find the error codes linked at this MSDN Article.
answered Nov 8, 2011 at 22:57
geoffcgeoffc
3,9807 gold badges44 silver badges50 bronze badges
3

