File tree 1 file changed +2
-2
lines changed
core/src/main/java/org/springframework/ldap/core/support
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2005-2021 the original author or authors.
2
+ * Copyright 2005-2024 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -416,7 +416,7 @@ public void afterPropertiesSet() {
416
416
if (this .authenticationSource == null ) {
417
417
LOG .debug ("AuthenticationSource not set - " + "using default implementation" );
418
418
if (!StringUtils .hasText (this .userDn )) {
419
- LOG .info ("Property 'userDn' not set - " + "anonymous context will be used for read-write operations" );
419
+ LOG .info ("Property 'userDn' not set - " + "anonymous context will be used for read-only operations" );
420
420
this .anonymousReadOnly = true ;
421
421
}
422
422
if (!this .anonymousReadOnly ) {
You can’t perform that action at this time.
0 commit comments