You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Emmanuel Lecharny (JIRA)" <ji...@apache.org> on 2007/10/11 13:25:50 UTC

[jira] Created: (DIRSTUDIO-222) Pb when creating an entry with an invalid atribute as a RDN

Pb when creating an entry with an invalid atribute as a RDN
-----------------------------------------------------------

                 Key: DIRSTUDIO-222
                 URL: https://issues.apache.org/jira/browse/DIRSTUDIO-222
             Project: Directory Studio
          Issue Type: Bug
    Affects Versions: 1.0.1
            Reporter: Emmanuel Lecharny
            Priority: Minor


If you create an entry and select a bad attribuet as a RDN, you can't anymore add the entry even if you select a good attribute :

- create a new entry
- select the 'person' OC
- enter 'givenname' with a value (test)
- update the 'cn' and 'sn' values
- click on 'finish'
you get this error :
Error while creating entry
  [LDAP: error code 65 - failed to add entry givenname=test,dc=example,dc=com: Attribute givenname not declared in objectClasses of entry givenname=test,dc=example,dc=com]
  [LDAP: error code 65 - failed to add entry givenname=test,dc=example,dc=com: Attribute givenname not declared in objectClasses of entry givenname=test,dc=example,dc=com]

which is plain normal because 'givenname' is not in MUST or MAY for person.

- come back to the distinguished name menu
- now select 'cn' and keep the same value (test)
- and move to the next menu : the 'finish' button is not available.

Beside this bug, it would be better to forbid the usage of attributes which are not in MUST and MAY list.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (DIRSTUDIO-222) Pb when creating an entry with an invalid atribute as a RDN

Posted by "Pierre-Arnaud Marcelot (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRSTUDIO-222?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pierre-Arnaud Marcelot updated DIRSTUDIO-222:
---------------------------------------------

    Component/s: studio-ldapbrowser

> Pb when creating an entry with an invalid atribute as a RDN
> -----------------------------------------------------------
>
>                 Key: DIRSTUDIO-222
>                 URL: https://issues.apache.org/jira/browse/DIRSTUDIO-222
>             Project: Directory Studio
>          Issue Type: Bug
>          Components: studio-ldapbrowser
>    Affects Versions: 1.0.1
>            Reporter: Emmanuel Lecharny
>            Assignee: Pierre-Arnaud Marcelot
>            Priority: Minor
>             Fix For: 1.1.0
>
>
> If you create an entry and select a bad attribuet as a RDN, you can't anymore add the entry even if you select a good attribute :
> - create a new entry
> - select the 'person' OC
> - enter 'givenname' with a value (test)
> - update the 'cn' and 'sn' values
> - click on 'finish'
> you get this error :
> Error while creating entry
>   [LDAP: error code 65 - failed to add entry givenname=test,dc=example,dc=com: Attribute givenname not declared in objectClasses of entry givenname=test,dc=example,dc=com]
>   [LDAP: error code 65 - failed to add entry givenname=test,dc=example,dc=com: Attribute givenname not declared in objectClasses of entry givenname=test,dc=example,dc=com]
> which is plain normal because 'givenname' is not in MUST or MAY for person.
> - come back to the distinguished name menu
> - now select 'cn' and keep the same value (test)
> - and move to the next menu : the 'finish' button is not available.
> Beside this bug, it would be better to forbid the usage of attributes which are not in MUST and MAY list.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (DIRSTUDIO-222) Pb when creating an entry with an invalid atribute as a RDN

Posted by "Emmanuel Lecharny (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRSTUDIO-222?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Emmanuel Lecharny closed DIRSTUDIO-222.
---------------------------------------


> Pb when creating an entry with an invalid atribute as a RDN
> -----------------------------------------------------------
>
>                 Key: DIRSTUDIO-222
>                 URL: https://issues.apache.org/jira/browse/DIRSTUDIO-222
>             Project: Directory Studio
>          Issue Type: Bug
>    Affects Versions: 1.0.1
>            Reporter: Emmanuel Lecharny
>            Assignee: Pierre-Arnaud Marcelot
>            Priority: Minor
>             Fix For: 1.1.0
>
>
> If you create an entry and select a bad attribuet as a RDN, you can't anymore add the entry even if you select a good attribute :
> - create a new entry
> - select the 'person' OC
> - enter 'givenname' with a value (test)
> - update the 'cn' and 'sn' values
> - click on 'finish'
> you get this error :
> Error while creating entry
>   [LDAP: error code 65 - failed to add entry givenname=test,dc=example,dc=com: Attribute givenname not declared in objectClasses of entry givenname=test,dc=example,dc=com]
>   [LDAP: error code 65 - failed to add entry givenname=test,dc=example,dc=com: Attribute givenname not declared in objectClasses of entry givenname=test,dc=example,dc=com]
> which is plain normal because 'givenname' is not in MUST or MAY for person.
> - come back to the distinguished name menu
> - now select 'cn' and keep the same value (test)
> - and move to the next menu : the 'finish' button is not available.
> Beside this bug, it would be better to forbid the usage of attributes which are not in MUST and MAY list.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (DIRSTUDIO-222) Pb when creating an entry with an invalid atribute as a RDN

Posted by "Pierre-Arnaud Marcelot (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRSTUDIO-222?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pierre-Arnaud Marcelot updated DIRSTUDIO-222:
---------------------------------------------

    Fix Version/s: 1.1.0
         Assignee: Pierre-Arnaud Marcelot

> Pb when creating an entry with an invalid atribute as a RDN
> -----------------------------------------------------------
>
>                 Key: DIRSTUDIO-222
>                 URL: https://issues.apache.org/jira/browse/DIRSTUDIO-222
>             Project: Directory Studio
>          Issue Type: Bug
>    Affects Versions: 1.0.1
>            Reporter: Emmanuel Lecharny
>            Assignee: Pierre-Arnaud Marcelot
>            Priority: Minor
>             Fix For: 1.1.0
>
>
> If you create an entry and select a bad attribuet as a RDN, you can't anymore add the entry even if you select a good attribute :
> - create a new entry
> - select the 'person' OC
> - enter 'givenname' with a value (test)
> - update the 'cn' and 'sn' values
> - click on 'finish'
> you get this error :
> Error while creating entry
>   [LDAP: error code 65 - failed to add entry givenname=test,dc=example,dc=com: Attribute givenname not declared in objectClasses of entry givenname=test,dc=example,dc=com]
>   [LDAP: error code 65 - failed to add entry givenname=test,dc=example,dc=com: Attribute givenname not declared in objectClasses of entry givenname=test,dc=example,dc=com]
> which is plain normal because 'givenname' is not in MUST or MAY for person.
> - come back to the distinguished name menu
> - now select 'cn' and keep the same value (test)
> - and move to the next menu : the 'finish' button is not available.
> Beside this bug, it would be better to forbid the usage of attributes which are not in MUST and MAY list.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (DIRSTUDIO-222) Pb when creating an entry with an invalid atribute as a RDN

Posted by "Pierre-Arnaud Marcelot (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRSTUDIO-222?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pierre-Arnaud Marcelot resolved DIRSTUDIO-222.
----------------------------------------------

    Resolution: Fixed

Fixed at commit 612818.

http://svn.apache.org/viewvc?rev=612818&view=rev

> Pb when creating an entry with an invalid atribute as a RDN
> -----------------------------------------------------------
>
>                 Key: DIRSTUDIO-222
>                 URL: https://issues.apache.org/jira/browse/DIRSTUDIO-222
>             Project: Directory Studio
>          Issue Type: Bug
>    Affects Versions: 1.0.1
>            Reporter: Emmanuel Lecharny
>            Assignee: Pierre-Arnaud Marcelot
>            Priority: Minor
>             Fix For: 1.1.0
>
>
> If you create an entry and select a bad attribuet as a RDN, you can't anymore add the entry even if you select a good attribute :
> - create a new entry
> - select the 'person' OC
> - enter 'givenname' with a value (test)
> - update the 'cn' and 'sn' values
> - click on 'finish'
> you get this error :
> Error while creating entry
>   [LDAP: error code 65 - failed to add entry givenname=test,dc=example,dc=com: Attribute givenname not declared in objectClasses of entry givenname=test,dc=example,dc=com]
>   [LDAP: error code 65 - failed to add entry givenname=test,dc=example,dc=com: Attribute givenname not declared in objectClasses of entry givenname=test,dc=example,dc=com]
> which is plain normal because 'givenname' is not in MUST or MAY for person.
> - come back to the distinguished name menu
> - now select 'cn' and keep the same value (test)
> - and move to the next menu : the 'finish' button is not available.
> Beside this bug, it would be better to forbid the usage of attributes which are not in MUST and MAY list.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.